awless icon indicating copy to clipboard operation
awless copied to clipboard

Support for Windows 10 OpenSSH

Open davidski opened this issue 5 years ago • 0 comments

Is it possible for awless ssh to support the OpenSSH client in current editions of Windows 10?

The current v0.1.11 builds fail to connect with the following output:

C:\> awless ssh -e davidski@REDACTED -i REDACTED.pem
[verbose] awless v0.1.11 - loading AWS session with profile 'default' and region 'us-west-2'
[extra]   dialed REDACTED:22 successfully with user davidski
[info]    Login as 'davidski' on 'REDACTED'; client 'C:\WINDOWS\System32\OpenSSH\ssh.exe'
[extra]   running locally [C:\WINDOWS\System32\OpenSSH\ssh.exe -i C:\Users\davidski\.ssh\REDACTED.pem davidski@REDACTED]
[error]   not supported by windows

It looks like the xanzy/ssh-agent component only supports pagent on Windows and not the OpenSSH agent service. Running the command output from --print-cli works seamlessly, so I'm hoping this can be worked around.

davidski avatar Nov 27 '18 04:11 davidski