Displaying 1 result from an estimated 1 matches for "exactelly".
Did you mean:
exactely
2004 Feb 05
0
connection sometime hand on start.
...en a little batch script :
set USER=u12
echo "start" > log.txt
:begin
time /T
time /T >>log.txt
c:\kiwi\bin\ssh.exe -F ssh_config -i .\keys\id_rsa
%USER%@green.kiwi-backup.com ls /mnt/data1/%USER%/snapshot
goto begin
It work fine but sometime, the ssh ls hang for exactelly 2 hour. I think
that it's the tcp timeout of the socket.
I use this sort of connection in some automatic scripts and it's really
annoyoing.
Any idea ?
S?bastien HEITZMANN