dotfiles/dot_ssh/private_config

50 lines
999 B
Plaintext
Raw Normal View History

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