Created tag for Live CD/Live USB release v0.3.5 build config
This commit is contained in:
parent
783824bad9
commit
bd96dede76
101 changed files with 9510 additions and 0 deletions
22
deb-live_v0.3.5/etc-defaults.d/ssh_config
Normal file
22
deb-live_v0.3.5/etc-defaults.d/ssh_config
Normal file
|
@ -0,0 +1,22 @@
|
|||
## ssh_config
|
||||
## This configuration file is intended to be supplied to the ssh client on the
|
||||
## developer's *local* console system (using the -F option) when using ssh
|
||||
## to connect to a CryptoNAS Live "devel build" system.
|
||||
|
||||
Host cryptonas
|
||||
|
||||
# change this part according to your needs
|
||||
HostName 192.168.0.23
|
||||
Port 22
|
||||
|
||||
# maybe you want to use rsa authentication?
|
||||
# see configure-examples.d/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
|
Loading…
Add table
Add a link
Reference in a new issue