dotfiles/dot_ssh/private_config

52 lines
908 B
Plaintext
Raw Normal View History

2024-09-18 13:28:19 -03:00
Host fcslinux
Hostname fcslinux.cs.unb.ca
Port 22
User ishoebot
IdentityFile ~/.ssh/unb.ed25519
AddKeysToAgent yes
ForwardAgent yes
Host remotelab34
Hostname remotelabm34.cs.unb.ca
User ishoebot
Port 22
ProxyCommand ssh -q -W %h:%p fcslinux
Host remotelab35
Hostname remotelabm35.cs.unb.ca
User ishoebot
Port 22
ProxyCommand ssh -q -W %h:%p fcslinux
Host cs3103
Hostname cs3103.cs.unb.ca
User ishoebot
Port 22
ProxyCommand ssh -q -W %h:%p fcslinux
Host ubuntu
Hostname ssh.shoebottom.ca
User isaac
Port 2222
IdentityFile ~/.ssh/ubuntu.ed25519
AddKeysToAgent yes
Host github
Hostname github.com
User git
IdentityFile ~/.ssh/git.ed25519
AddKeysToAgent yes
ForwardAgent yes
Host gitea
Hostname ssh.shoebottom.ca
User gitea
IdentityFile ~/.ssh/git.ed25519
AddKeysToAgent yes
2025-01-22 14:22:58 -04:00
ForwardAgent yes
Host aur
Hostname aur.archlinux.org
2025-01-22 14:33:08 -04:00
IdentityFile ~/.ssh/aur.ed25519
2025-01-22 14:22:58 -04:00
User aur