10 lines
296 B
Plaintext
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 |