git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-21 11:35:44 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-21 11:35:44 +0100
commit29741ba0ad0a38b81ff51e103c3f3513efb2f43b (patch)
treee68990bd7efcba44433b6db1a72b3b9c0da789f1
parentc86f4477e70d890660aac68fba6721dec725962f (diff)
downloaddotfiles-29741ba0ad0a38b81ff51e103c3f3513efb2f43b.tar.bz2
+doc for SSHAGH
-rw-r--r--.bash/vars.bash2
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