Is there a way to keep a telnet session alive in AIX
I have not timed it but it looks like 15min of inactivity gets you kicked.
I have tried:
run=1
while [ $run=1 ]
do
ping -qc1 MY.IP.ADDRESS
sleep 300
done
This does not work, I still get kicked.
Any ideas?
Skully
I have not timed it but it looks like 15min of inactivity gets you kicked.
I have tried:
run=1
while [ $run=1 ]
do
ping -qc1 MY.IP.ADDRESS
sleep 300
done
This does not work, I still get kicked.
Any ideas?
Skully