2025-01-23 16:55:30 -04:00
|
|
|
# For UNB host tab completion
|
|
|
|
Include unb_hosts
|
|
|
|
|
|
|
|
# Personal webserver
|
|
|
|
Host ssh.shoebottom.ca
|
|
|
|
User isaac
|
|
|
|
Port 2222
|
|
|
|
IdentityFile ~/.ssh/ubuntu.ed25519
|
|
|
|
AddKeysToAgent yes
|
|
|
|
|
|
|
|
# Bastion host for the CS department
|
2025-01-23 14:55:29 -04:00
|
|
|
Host fcslinux.cs.unb.ca
|
2024-09-18 13:28:19 -03:00
|
|
|
User ishoebot
|
|
|
|
IdentityFile ~/.ssh/unb.ed25519
|
|
|
|
AddKeysToAgent yes
|
|
|
|
ForwardAgent yes
|
|
|
|
|
2025-01-23 16:55:30 -04:00
|
|
|
# Individual hosts for the CS department
|
|
|
|
Host *m??.cs.unb.ca
|
2024-09-18 13:28:19 -03:00
|
|
|
User ishoebot
|
2025-01-23 16:55:30 -04:00
|
|
|
ProxyJump fcslinux.cs.unb.ca
|
2024-09-18 13:28:19 -03:00
|
|
|
|
2025-01-23 16:55:30 -04:00
|
|
|
# GitHub ssh commits
|
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 16:55:30 -04:00
|
|
|
# Gitea ssh commits
|
2025-01-23 14:55:29 -04:00
|
|
|
Host git.shoebottom.ca
|
2024-09-18 13:28:19 -03:00
|
|
|
User gitea
|
2025-01-29 11:53:51 -04:00
|
|
|
Port 2221
|
2024-09-18 13:28:19 -03:00
|
|
|
IdentityFile ~/.ssh/git.ed25519
|
|
|
|
AddKeysToAgent yes
|
2025-01-22 14:22:58 -04:00
|
|
|
|
2025-01-23 16:55:30 -04:00
|
|
|
# AUR ssh commits
|
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
|