Can't connect to windows via ssh
        Posted  
        
            by 
                Micah
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Micah
        
        
        
        Published on 2011-02-23T20:22:39Z
        Indexed on 
            2013/10/19
            21:59 UTC
        
        
        Read the original article
        Hit count: 388
        
I downloaded cygwin and ran ssh-host-config. I'm trying to connect using
ssh -l micah myserver
it then says
micah@myserver's password:
I enter the same password I use to log into windows and it says
Permission Denied, please try again.
After the third try it says:
Permission denied (publickey,password,keyboard-interactive).
What am I doing wrong? Any ideas? Do I need to generate an ssh key on the client and add it somewhere on the server?
© Server Fault or respective owner