dotfiles/ssh/config
2025-01-30 08:10:10 -06:00

20 lines
376 B
Text

Host *
IdentityFile ${XDG_DATA_HOME}/ssh/id_ed25519
UserKnownHostsFile ${XDG_DATA_HOME}/ssh/known_hosts
Host home
AddressFamily inet
HostName 192.168.100.83
#HostName tavo.one
port 22
Host tavo.one
AddressFamily inet
port 21
Host dev
AddressFamily inet
#HostName 192.168.100.83
HostName tavo.one
Port 2222
User dev