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.
Auto Login Batch File
Name: phil100 Date: February 15, 2003 at 14:24:47 Pacific OS: NT4 CPU/Ram: P4/512
Comment:
I need to create a batch file that will login into several machines via ssh automatically. I have tried: ssh user@ipaddress passwordfile
It connects ok but the contents of the passwordfile get dumped on the screen and then l get prompted for the password, what l need is the password to be transmitted automatically.
Summary: I use a system with multiple logins. If idle for 5 min I get kicked out (I can't change the delay). So I re-login often. Someone suggested a batch file. I am an absolute novice. I'm lost in the syntax...
Summary: What is the command to have the batch file auto answer questions? eg. I am writing a backup script and if something is changed it wants to know if I want to overwrite it. I just want it to answer y...
Summary: Greetings. I am currently working in a large multiuser environment where we are trying to implement a login script that will do an automatic install for users who log on with a special UID. Since th...