Open GoogleCodeExporter opened 9 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
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
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
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
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
Original issue reported on code.google.com by
taylorbc...@gmail.com
on 20 Jun 2012 at 1:18Attachments: