Files
dotfiles/hosts/mainframe/ssh/config.local
T
connor 45e76f375f Stop shortcutting git.rcjohnstone.com in ssh config
The router resolves it to 10.0.0.2 at the DNS level and the remote URL
already carries :2222, so the alias was redundant everywhere and wrong on
mainframe, where it pointed at localhost. Verified: connecting with
-F /dev/null succeeds from both mainframe and system76.
2026-09-14 14:50:37 -04:00

4 lines
192 B
Plaintext

# No machine-specific ssh aliases on mainframe.
# git.rcjohnstone.com is resolved by the router's DNS to 10.0.0.2 and the
# git remote URL carries :2222, so no alias is needed or wanted here.