Added no host verification

This commit is contained in:
xdrm-brackets 2017-01-25 17:49:11 +01:00
parent 5f46dd67bd
commit a2953139aa
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ step7(){
# (9) Define config alias with ssh-key # # (9) Define config alias with ssh-key #
echo " (.) Define alias config"; echo " (.) Define alias config";
echo "Host\tsmmp-server\n\tHostname\t$SERVER_HOSTNAME\n\tUser\t$SERVER_USERNAME\n\tIdentityFile\t~/.ssh/id_ecdsa\n" | sudo tee /mnt/home/sats/.ssh/config > /dev/null; echo "Host\tsmmp-server\n\tHostname\t$SERVER_HOSTNAME\n\tUser\t$SERVER_USERNAME\n\tIdentityFile\t~/.ssh/id_ecdsa\n\tStrictHostKeyChecking\tno" | sudo tee /mnt/home/sats/.ssh/config > /dev/null;
sudo chown 666:666 /mnt/home/sats/.ssh/config; sudo chown 666:666 /mnt/home/sats/.ssh/config;
sudo chmod 444 /mnt/home/sats/.ssh/config; sudo chmod 444 /mnt/home/sats/.ssh/config;

View File

@ -4,7 +4,7 @@ Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
[Service] [Service]
Type=simple Type=simple
User=sats User=sats
ExecStart=/bin/sh /home/sats/satsd/boot service 2>> /home/sats/satsd/log/boot.log >> /home/sats/satsd/log/boot.log ExecStart=/bin/sh /home/sats/satsd/boot
Restart=on-abort Restart=on-abort