Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SSH hangs
Name: jroberts04 Date: April 25, 2004 at 01:29:19 Pacific OS: Unix CPU/Ram: varies
Comment:
Whenever I SSH from a script, the passwd is not transmitted. The script hangs until I manually end the ssh session, and then it completes. What must i do to change this behavior? Example SSH -l username routername wait 2 echo password wait 2 do something
The prompt for password will appear, but will not echo. I can type my PW in and continue. Then after I end it will echo my password and continue.
Summary: I am new to SecureShell but I'm learning...I need to know how to execute a script on a remote machine from a local machine where the script lives...For example, my script is called "vg_report.sh" and ...
Summary: Does anyone have any handy tips on how to monitor hanging/zombie processes ? I thought about combining the "ps" command with awk, but it's not really very helpful : ps -ef |awk '{if ( $3= 1) print $1,...
Summary: The system I am connecting to is a unix sco openserver release 5 machine and I am dialing into the machine. I get the login prompt, but after entering the username it hangs for about 40 seconds, then ...