fastcoding / win-sshfs

Automatically exported from code.google.com/p/win-sshfs
0 stars 0 forks source link

Private key cipher AES-128-CBC not supported? #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Specify a privatekey to connect with, with passphrase
2. Try connecting

What is the expected output? What do you see instead?
Expect to connect successfully. Instead I get the error "Private key cipher 
'AES-128-CBC' is not supported."

What version of the product are you using?

win-sshfs: 0.0.1.5
Client OS: Windows 7 SP1, x64
Server OS: Ubuntu Server 12.04
Ssh server: OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012

Original issue reported on code.google.com by taylorbc...@gmail.com on 20 Jun 2012 at 1:18

Attachments:

GoogleCodeExporter commented 8 years ago
Currently nothing I can do http://sshnet.codeplex.com/workitem/1253.

Original comment by mladenov...@gmail.com on 20 Jun 2012 at 3:18

GoogleCodeExporter commented 8 years ago
Thanks for the reply.

Why does the main page for SSH.NET have listed under features:

Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, 
aes256-ctr, blowfish-cbc and cast128-cbc encryptions.

Original comment by taylorbc...@gmail.com on 20 Jun 2012 at 10:56

GoogleCodeExporter commented 8 years ago
Nevermind I see now that it "Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC 
algorithms for private key encryption." I guess I'll just make another key that 
isn't protected with a passphrase for this application.

Original comment by taylorbc...@gmail.com on 20 Jun 2012 at 10:57

GoogleCodeExporter commented 8 years ago
http://serverfault.com/questions/358239/choosing-the-encryption-algorithm-used-b
y-osx-ssh-keygen

openssl genrsa -des3 -out .ssh/id_rsa 1024
ssh-keygen -y -f .ssh/id_rsa > .ssh/id_rsa.pub

Original comment by jhsny...@gmail.com on 10 Jul 2012 at 1:39

GoogleCodeExporter commented 8 years ago
This is probably not relevant, but passing it along:

http://comments.gmane.org/gmane.comp.python.paramiko/476

Original comment by jhsny...@gmail.com on 10 Jul 2012 at 1:53