Bug 798341

Summary: Users unable to connect to port 22 with anything other than openssh on windows
Product: OKD Reporter: Nam Duong <nduong>
Component: ContainersAssignee: Mike McGrath <mmcgrath>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: dmcphers, jofernan, junpark, rmillner
Target Milestone: ---Keywords: Security, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-27 16:11:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nam Duong 2012-02-28 17:05:51 UTC
Description of problem:
One of our users raised the problem that none of the following clients can connect through ssh:
  - sftp
  - WinSCP
  - Putty

I also noticed the same issue with macfusion.

When diving into WinSCP and Putty (more common on Windows than cmdline openssh), I noticed that it didn't support the same ciphers as openSSH.  There is a tool that can be used to generate ssh keys called puttygen.  Tried 2 different approaches that also didn't work:
  - convert the keys generated by openssh
  - create new keys and post them to the domain (via control panel)

Please note that there are 3 users so far, 1 on Mac and 2 on windows whom are having problems.  The workaround is to use command line ssh and scp...

Comment 1 Rob Millner 2012-02-28 22:12:47 UTC
The issue with putty may be related to a key format compatibility issue.

http://stackoverflow.com/questions/2224066/how-to-convert-ssh-keypairs-generated-using-puttygenwindows-into-key-pairs-use

Comment 2 Mike McGrath 2012-08-27 16:11:59 UTC
Nod, this isn't a bug with OpenSSH/OpenShift, it's a bug with putty and some of the other windows based ssh clients.  They use a different key format.

Nam, can you create an FAQ that links to Rob's URL (or just re-write the FAQ with similar information.