Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

windows command line for SSH client

Status
Not open for further replies.

gobiraj

Member level 2
Member level 2
Joined
Jul 23, 2013
Messages
46
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
374
Hi All,

Can someone please help me to find the CL for SSH client for the following requirement?

1) I have got installed SSH server on Linux PC also have got SSH client on windows PC
2) Now I have to use the command prompt of windows PC to send some command to Linux PC

the following parameters should be included in my windows command line of SSH

USER_NAME, PASSWORD , IP of LINUX PC and EXEUTABLE COMMAND FOR LINUX PC

But I don't know the structure to use them on CL of windows

Thanks
Gobi
 

You need host ip and port (normally 22) to connect ssh

You may try putty and type host IP and ssh port to open terminal window

then you can send linux command via this terminal windows

Putty download

8097222900_1377059229.jpg
 

Thanks for your prompt reply. I have already tried using GUI interface.
My final goal is to create windows batch file for some automated execution.

So would you please suggest the CL for above all on windows PC
 


So if I use putty , can I use plink command on windows command prompt . If so can what should I do except installing putty on my windows system
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top