Changeset 332


Ignore:
Timestamp:
04/11/10 19:48:53 (3 years ago)
Author:
rucas
Message:

jews

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/rucas/stupid/ssh.exp

    r325 r332  
    88 
    99set timeout -1 
    10 spawn ssh -D $port $user@$host -p $remport 
     10spawn ssh -o "StrictHostKeyChecking no" -D $port $user@$host -p $remport 
    1111match_max 100000 
    12 #expect "*ontinue connecting*" 
    13 #send -- "yes\r" 
    1412expect "*assword*" 
    1513send -- "$password\r" 
Note: See TracChangeset for help on using the changeset viewer.