Add .ssh/config

This commit is contained in:
2026-03-10 15:28:00 -06:00
parent d50bbeb331
commit 065e0becee

10
.ssh/config Normal file
View 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