|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
SSH HELP how to connect auto?
hi,
i have some servers on my network. i need to connect to them auto from my work station sith SSH. i need to write a script thet connects to the server with USERNAME and PASSWORD automticly. and on each server to kill process. in my sciprt i want to put all list the IP of my servers. 10x!! |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
You have to install ssh-keys. This allows passwordless connection. ssh was written to deliberately subvert what you are trying to do.
ssh-keygen: password-less SSH login In windows you have to use Puttygen to create your keys: PuTTY Download Page |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VPNC auto connect shell script | dsax64 | Shell Programming and Scripting | 0 | 03-30-2010 06:33 PM |
| ssh auto-logout | daya.pandit | Linux | 4 | 12-29-2008 02:54 AM |
| auto SSH help, I did STFW/RTFF | cititester | UNIX for Dummies Questions & Answers | 0 | 03-02-2006 08:00 AM |
| auto-connect with out .netrc file | getgopu25 | Shell Programming and Scripting | 1 | 06-10-2005 03:10 AM |
| trouble auto connecting ssh 3.6.1 (Solaris 8) to ssh 3.0.1 (Solaris 6) | falklandtim | Solaris | 6 | 03-01-2005 07:45 AM |
|
|