1
0
Fork 0
selfhostblocks/demo/homeassistant/ssh_config
2023-11-19 23:11:03 -08:00

6 lines
No EOL
101 B
Text

Host example
Port 2222
User nixos
HostName 127.0.0.1
IdentityFile sshkey
IdentitiesOnly yes