configure ssh with Windows

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

configure ssh with Windows

Roshan
Hi,

to configure the passwordless ssh from Linux to Linux OS servers, I copy the public key generated to the destination.

http://www.linuxproblem.org/art_9.html

Can you please advise how this can be done from Linux to Windows?

Should I install client bitwise on Windows?

Regards,

ROshan
Reply | Threaded
Open this post in threaded view
|

Re: configure ssh with Windows

ErmanArslansOracleBlog
Administrator
For this , I recommend you to use cygwin on Windows.

Read this:

http://users.cecs.anu.edu.au/~xzhang/pubDoc/IT/SSH%20without%20password%20from%20Windows.htm

Reply | Threaded
Open this post in threaded view
|

Re: configure ssh with Windows

Roshan
Hi Erman,

thanks for the link.

I followed the steps in the link.

Below is my configuration:
Home directory on WIndows: C:\Users\aclax_admin

cd /home

ln -s /cygdrive/c/Users/aclax_admin aclax_admin

When I scp
scp .ssh/id_dsa.pub aclax_admin@10.210.228.**

I see the file is not copied on  C:\Users\aclax_admin.

So, I had to copy manually

I created the .ssh folder

cat id_dsa.pub >> .ssh/authorized_keys

chmod 4755 .ssh

Still it prompts me password.

Please advise.

Reply | Threaded
Open this post in threaded view
|

Re: configure ssh with Windows

Roshan
This post was updated on .
I have installed OpenSSH
http://www.techpaste.com/2015/06/windows-ssh-server-setup-and-configuration/

But I see the Opensshd service has not been created
Reply | Threaded
Open this post in threaded view
|

Re: configure ssh with Windows

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: configure ssh with Windows

Roshan
It's ok. I managed to configure the ssh

https://winscp.net/eng/docs/guide_windows_openssh_server

Regards,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: configure ssh with Windows

ErmanArslansOracleBlog
Administrator
Good for you Roshan.
Thanks for sharing the link.