Add .ssh/config
This commit is contained in:
10
.ssh/config
Normal file
10
.ssh/config
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user