![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best possible communication mechanism between a Solaris machine and a windows machine | Krsh | SUN Solaris | 7 | 02-05-2009 10:41 AM |
| wt is the exact procedure to share windows printer on linux machine to print from it | pankajd | UNIX Desktop for Dummies Questions & Answers | 1 | 11-14-2008 01:24 AM |
| Link type between working machine and server machine | palash2k | UNIX for Dummies Questions & Answers | 1 | 05-22-2008 06:43 AM |
| how can i copy data in LINUX Machine to windows XP | bsandeep_80 | UNIX for Advanced & Expert Users | 2 | 03-27-2008 06:25 AM |
| view remote linux desktop on my windows machine | new2ss | UNIX for Advanced & Expert Users | 4 | 06-07-2007 05:06 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
SSH into a linux machine from a windows machine
I basically want to login into different linux machines( on the same network) from a windows machine. I know i can use ssh <machine name>. But i want to automate this process. I dont want to enter the username and password. Is there any way to do it. Can i make some sort of a batch script for it.
|
|
||||
|
You can use putty to do this. The main thing you need to do is generate a key (using putty-keygen) on the windows box and install it on the host you will connect to. The key exchange will let you log in with no password.
this link might help: Using putty with OpenSSH |
|
||||
|
You have to generate ssh keys on the local windows box. So windows has to have OpenSSH or some other commercial ssh product.
Copy the public key to each linux box. Then you can ssh to each linux box and execute a command on the linux box. Or simply login. Another choice might be to download putty or plink to your Windows box. Yes, you can script a Windows batch file: .BAT to automate connecting. |
|
||||
|
I don't think you have a choice. Windows doesn't have ssh by default that i am aware...
putty is free. PuTTY Download Page |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|