- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Key mismatch between Open SSh and F-Secure SSH
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 03:02 AM
08-14-2003 03:02 AM
Key mismatch between Open SSh and F-Secure SSH
I'm trying to connect via ssh from one F-secure SSH client to a Open SSH server.
The session just seems to hang.
If I'm running both side in debug mode i got
Client side:
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: Ssh2Client/sshclient.c:1015: creating userauth protocol
More interesting is server side:
debug1: Client protocol version 2.0; client software version 2.1.0 dss F-SECURE SSH
debug1: match: 2.1.0 dss F-SECURE SSH pat 2.1.0*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-1.99-OpenSSH_3.6p1
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit: 3des-cbc,blowfish-cbc,twofish-cbc,arcfour
debug2: kex_parse_kexinit: 3des-cbc,blowfish-cbc,twofish-cbc,arcfour
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5,sha1-8,md5-8,sha1,none
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5,sha1-8,md5-8,sha1,none
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 1
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-sha1
debug1: kex: client->server 3des-cbc hmac-sha1 none
debug2: mac_init: found hmac-sha1
debug1: kex: server->client 3des-cbc hmac-sha1 none
debug2: proposal mismatch: my diffie-hellman-group-exchange-sha1 peer diffie-hellman-group1-sha1
debug2: skipping next packet (type 30)
debug2: dh_gen_key: priv key bits set: 195/384
debug2: bits set: 505/1024
debug1: expecting SSH2_MSG_KEXDH_INIT
I Understand that there is some kind of mismatch between the client & serverside, but how do I solve this?
Regards
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 05:30 AM
08-14-2003 05:30 AM
Re: Key mismatch between Open SSh and F-Secure SSH
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 10:16 PM
08-14-2003 10:16 PM
Re: Key mismatch between Open SSh and F-Secure SSH
Have you generated your keyset on F-Secure and then copied it to the HP-Server? Assuming you have the normal mistakes are:
1. Wrong permissions on your ~/.ssh directory and/or files.
2. When the key was copied there are some rogue line-breaks or carriage-returns.
3. You have copied your key into the wrong file e.g. "authorized_keys" not "authorized_keys2".
The other thing you have not said is whether you can eventually connect by password? Have you tried deleting your keys and entry in known-hosts, and connecting this way?
If you can tell me this, then I have some more suggestions.
Good luck,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 10:39 PM
08-14-2003 10:39 PM
Re: Key mismatch between Open SSh and F-Secure SSH
Sorry forgot to write that I'm just using plain password auth. Not key authentication.
It works when I connect from another Openssh client.
Regards
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 12:52 AM
08-15-2003 12:52 AM
Re: Key mismatch between Open SSh and F-Secure SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 04:23 AM
08-15-2003 04:23 AM
Re: Key mismatch between Open SSh and F-Secure SSH
Tried to link the binary but without success!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 06:17 AM
08-15-2003 06:17 AM
Re: Key mismatch between Open SSh and F-Secure SSH
I had a look at the F-Secure documentation. I had the impression that the config files used by F-Secure SSH are the same files OpenSSH uses.
Check /etc/ssh_config, check that the order of protocols to use is 1,2 (line starting with "Protocol") to make it use the ssh 1 - protocol as default.
Probably you should check the line "Ciphers" as well on both, client and server, to see if they have at least one in common.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 07:52 PM
08-15-2003 07:52 PM
Re: Key mismatch between Open SSh and F-Secure SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 07:52 PM
08-15-2003 07:52 PM
Re: Key mismatch between Open SSh and F-Secure SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 07:52 PM
08-15-2003 07:52 PM
Re: Key mismatch between Open SSh and F-Secure SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 07:55 PM
08-15-2003 07:55 PM
Re: Key mismatch between Open SSh and F-Secure SSH
Kindly ignore the repeats. Thought the submit button was not working and clicked an additional 2 times. :(
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 04:27 AM
08-18-2003 04:27 AM
Re: Key mismatch between Open SSh and F-Secure SSH
I give up and will remove the F-Secure installations...
Michael:
Got:
warning: Unrecognized configuration parameter protocol
So it didn't work!
R
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 09:59 PM
08-18-2003 09:59 PM
Re: Key mismatch between Open SSh and F-Secure SSH
Good idea. Just get a free copy of Putty from: http://www.chiark.greenend.org.uk/~sgtatham/putty/
I did extensive testing of SSH for my employer (a large bank) and found Putty to be better than all the commercial offerings.
Andrew