Forum

Stuck trying to use...
 
Notifications
Clear all

Stuck trying to use 3DES

0 Posts
2 Users
0 Reactions
203 Views
(@jdlambert)
Active Member
Joined: 55 years ago
Posts: 2
Topic starter  

I followed the directions to set up access to a server that uses 3DES and I was sent a key file from the person on the other end. However, my application does not seem to recognize it.

The other party made the key file using another secure shell client, besides this one, but I assumed that being the same encryption, I would be okay. The error I get is "The specified key file does not contain an SSH private key." Do I have to use the same SSH telnet client as he is using to get this to work? It was a .pnk file.

[size=1][ April 17, 2002, 12:25 AM: Message edited by: Brian T. Pence ][/size]


   
ReplyQuote
(@bpence)
Member Admin
Joined: 9 months ago
Posts: 1374
 

It might work, but remember.... SSH1 and SSH2 use different key formats. You need to know if it is an SSH1 or SSH2 key, then use the correct protocol.

AbsoluteTelnet uses keys in the same format as OpenSSH. These can easily be generated on the server side using ssh-keygen, but other clients may store keys in different file formats.


   
ReplyQuote
Share: