cryptonas/misc/ssh-options.default
lars 6fec846638 define TERM setting
comments for development actions added to cbox.sh
source local configure scripts
examples for local configure scripts added:
  - set_root_pw
  - import_authorized_keys
2005-08-02 06:49:08 +00:00

18 lines
434 B
Plaintext

Host cryptobox
# change this part according to your needs
HostName 192.168.0.23
Port 22
# maybe you want to use rsa authentication?
# see misc/custom-configure.s/README for examples
#IdentityFile local.conf.d/id_rsa
# 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