Update ssh config
This commit is contained in:
parent
f2e50cdd0b
commit
700c60bbbb
@ -1,51 +1,41 @@
|
|||||||
Host fcslinux
|
Host fcslinux.cs.unb.ca
|
||||||
Hostname fcslinux.cs.unb.ca
|
|
||||||
Port 22
|
|
||||||
User ishoebot
|
User ishoebot
|
||||||
IdentityFile ~/.ssh/unb.ed25519
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
|
||||||
Host remotelab34
|
Host remotelab34.cs.unb.ca
|
||||||
Hostname remotelabm34.cs.unb.ca
|
|
||||||
User ishoebot
|
User ishoebot
|
||||||
Port 22
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
ProxyCommand ssh -q -W %h:%p fcslinux
|
ProxyJump fcslinux.cs.unb.ca
|
||||||
|
|
||||||
Host remotelab35
|
Host remotelab35.cs.unb.ca
|
||||||
Hostname remotelabm35.cs.unb.ca
|
|
||||||
User ishoebot
|
User ishoebot
|
||||||
Port 22
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
ProxyCommand ssh -q -W %h:%p fcslinux
|
ProxyJump fcslinux.cs.unb.ca
|
||||||
|
|
||||||
Host cs3103
|
Host cs3103.cs.unb.ca
|
||||||
Hostname cs3103.cs.unb.ca
|
|
||||||
User ishoebot
|
User ishoebot
|
||||||
Port 22
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
ProxyCommand ssh -q -W %h:%p fcslinux
|
ProxyJump fcslinux.cs.unb.ca
|
||||||
|
|
||||||
Host ubuntu
|
Host ssh.shoebottom.ca
|
||||||
Hostname ssh.shoebottom.ca
|
|
||||||
User isaac
|
User isaac
|
||||||
Port 2222
|
Port 2222
|
||||||
IdentityFile ~/.ssh/ubuntu.ed25519
|
IdentityFile ~/.ssh/ubuntu.ed25519
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|
||||||
Host github
|
Host github.com
|
||||||
Hostname github.com
|
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/git.ed25519
|
IdentityFile ~/.ssh/git.ed25519
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
ForwardAgent yes
|
|
||||||
|
|
||||||
Host gitea
|
Host git.shoebottom.ca
|
||||||
Hostname ssh.shoebottom.ca
|
|
||||||
User gitea
|
User gitea
|
||||||
IdentityFile ~/.ssh/git.ed25519
|
IdentityFile ~/.ssh/git.ed25519
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
ForwardAgent yes
|
|
||||||
|
|
||||||
Host aur
|
Host aur.archlinux.org
|
||||||
Hostname aur.archlinux.org
|
|
||||||
IdentityFile ~/.ssh/aur.ed25519
|
|
||||||
User aur
|
User aur
|
||||||
|
IdentityFile ~/.ssh/aur.ed25519
|
||||||
|
AddKeysToAgent yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user