Changeset 7413


Ignore:
Timestamp:
Jan 23, 2010, 9:38:52 PM (15 years ago)
Author:
richardvm
Message:

Disabled StrictHostKeyChecking in sshtun, otherwise it will not connect to dellas automaticly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2.0/nanobsd/nanobsd/files/usr/local/sshtun/sshtun.sh

    r7412 r7413  
    3131       
    3232          # Connect to remote site
    33           ssh -R ${REMOTEPORT}:localhost:${LOCALPORT} -i ${SSHKEY} ${USER}@${HOST} -o ServerAliveInterval=5 -o ExitOnForwardFailure=yes "sh -c 'sleep ${REMOTEWAIT}'"
     33          ssh -R ${REMOTEPORT}:localhost:${LOCALPORT} -i ${SSHKEY} ${USER}@${HOST} -o  StrictHostKeyChecking=no -o ServerAliveInterval=5 -o ExitOnForwardFailure=yes "sh -c 'sleep ${REMOTEWAIT}'"
    3434       
    3535          # Echo some stuff
Note: See TracChangeset for help on using the changeset viewer.