2005-07-24 17:29:08 +02:00
|
|
|
Host cryptobox
|
|
|
|
|
|
|
|
# change this part according to your needs
|
|
|
|
HostName 192.168.0.23
|
|
|
|
Port 22
|
|
|
|
|
2005-08-02 08:49:08 +02:00
|
|
|
# maybe you want to use rsa authentication?
|
2005-08-04 01:26:53 +02:00
|
|
|
# see configure-examples.d/README for examples
|
|
|
|
IdentityFile local.conf.d/id_rsa
|
2005-08-02 08:49:08 +02:00
|
|
|
|
2005-07-24 17:29:08 +02:00
|
|
|
# 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
|