1
0
Fork 0
selfhostblocks/examples/homeassistant/ssh_config
2023-11-19 09:06:53 -08:00

6 lines
No EOL
101 B
Text

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