diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..26279bb --- /dev/null +++ b/.ssh/config @@ -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 \ No newline at end of file