Login  Register

Re: configure ssh with Windows

Posted by Roshan on Dec 22, 2017; 6:04am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/configure-ssh-with-Windows-tp4736p4746.html

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.