Files
workprofile/.ssh/config
2026-03-10 15:28:00 -06:00

10 lines
296 B
Plaintext

Host *.epsb.ca
User djorgen2
IdentityFile ~/.ssh/id_rsa
SetEnv TERM=xterm
RequestTTY yes
PermitLocalCommand yes
LocalCommand scp -rp -i ~/.ssh/id_rsa ~/remote/. %r@%h:~/
ServerAliveInterval 60
ServerAliveCountMax 2
#RemoteCommand source ~/.bashrc;bash