dotfiles/.ssh/config
2022-01-30 00:52:56 +03:00

7 lines
116 B
Plaintext

Host docker
HostName 0.0.0.0
Port 2222
User root
IdentityFile ~/.ssh/id_rsa
StrictHostKeyChecking no