Key management
Posted: Mon 01 Feb 2010 14:00
Hi!
I am working on a project, where I am going to upload files to a server via SFTP. I have problems opening the SSH connection. I have been provided a private key from the host.
My problem is, that when I try to import this key I get the error "Key is broken" The key header looks like this:
-----BEGIN DSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,AA38531A686FEE7F
I would be very happy to get some hints how to get the communication established.
Regards
Peder
I am working on a project, where I am going to upload files to a server via SFTP. I have problems opening the SSH connection. I have been provided a private key from the host.
My problem is, that when I try to import this key I get the error "Key is broken" The key header looks like this:
-----BEGIN DSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,AA38531A686FEE7F
I would be very happy to get some hints how to get the communication established.
Regards
Peder