Changeset 7453
- Timestamp:
- Jan 31, 2010, 1:18:55 PM (15 years ago)
- Location:
- 2.0/nanobsd/nanobsd/files
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/files/tools/wl-config
r7368 r7453 12 12 # Determine it's statup and running location and some other hints 13 13 # Skip named.conf as it not planned in current release 14 FILES="authorized_keys rc. node.local resolv.conf"14 FILES="authorized_keys rc.conf.local resolv.conf" 15 15 file_details() { 16 16 case "$1" in … … 30 30 FILE_HINT="/etc/rc.d/named restart" 31 31 ;; 32 'rc. node.local')32 'rc.conf.local') 33 33 STARTUP_LOC="/cfg/${FILE}" 34 34 RUNNING_LOC="/etc/${FILE}" -
2.0/nanobsd/nanobsd/files/usr/local/sshtun/sshtun.sh
r7436 r7453 31 31 32 32 # Connect to remote site 33 ssh -R ${REMOTEPORT}:localhost:${LOCALPORT} -i ${SSHKEY} ${USER}@${HOST} -o ServerAliveInterval=5 -o ExitOnForwardFailure=yes -o BatchMode=yes -o StrictHostKeyChecking=no -n -N "sh -c 'sleep ${REMOTEWAIT}' 33 ssh -R ${REMOTEPORT}:localhost:${LOCALPORT} -i ${SSHKEY} ${USER}@${HOST} -o ServerAliveInterval=5 -o ExitOnForwardFailure=yes -o BatchMode=yes -o StrictHostKeyChecking=no -n -N "sh -c 'sleep ${REMOTEWAIT}'" 34 34 # Echo some stuff 35 35 date
Note:
See TracChangeset
for help on using the changeset viewer.