diff options
| author | mail_redacted_for_web | 2022-03-21 11:35:44 +0100 | 
|---|---|---|
| committer | mail_redacted_for_web | 2022-03-21 11:35:44 +0100 | 
| commit | 29741ba0ad0a38b81ff51e103c3f3513efb2f43b (patch) | |
| tree | e68990bd7efcba44433b6db1a72b3b9c0da789f1 | |
| parent | c86f4477e70d890660aac68fba6721dec725962f (diff) | |
| download | dotfiles-29741ba0ad0a38b81ff51e103c3f3513efb2f43b.tar.bz2 | |
+doc for SSHAGH
| -rw-r--r-- | .bash/vars.bash | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.bash/vars.bash b/.bash/vars.bash index dcb7fb2..cb124be 100644 --- a/.bash/vars.bash +++ b/.bash/vars.bash @@ -12,6 +12,8 @@ SSHKEYS=( "${SSHHOME}/id_ed25519" "${SSHHOME}/id_rsa" )  # 2. SSH environment file  export SSHENVFILE="${HOME}/.ssh/sshenv"  # 3. Hosts on which ssh-agent should run, FQDN. Array. +# Typically, "hosts" will equal your workstations. See ssh_config(5) (esp. ForwardAgent) +# Interpreted by fgrep / grep -F.  SSHAGH=( "riesling.example.com" "schorle.example.com" )  SSHAGH+=( "woschd.example.com" )  export SSHAGH | 
