13 lines
305 B
Text
13 lines
305 B
Text
Host cryptobox
|
|
|
|
# change this part according to your needs
|
|
HostName 192.168.0.23
|
|
Port 22
|
|
|
|
# this should be valid for everyone
|
|
User root
|
|
CheckHostIP no
|
|
StrictHostKeyChecking no
|
|
|
|
# nice for frequently changing server key due to a rebuild of the base system
|
|
UserKnownHostsFile /tmp/cryptobox-ssh-known_hosts
|