- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- ssh to ssh2
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-03-2006 10:50 AM
тАО02-03-2006 10:50 AM
ssh to ssh2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2006 11:48 AM
тАО02-03-2006 11:48 AM
Re: ssh to ssh2
OS and/or ssh versions on these systems? The
key file formats on Solaris may be different,
for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2006 12:09 PM
тАО02-03-2006 12:09 PM
Re: ssh to ssh2
OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Connecting to SERVER1[IP] port 22.
debug1: Connection established.
debug1: identity file /path/.ssh/id_rsa type 1
debug1: identity file /path/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version 3.2.0 SSH Secure Shell Tru64 UNIX
debug1: no match: 3.2.0 SSH Secure Shell Tru64 UNIX
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'server' is known and matches the DSA host key.
debug1: Found key in /path/.ssh/known_hosts:15
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: hostbased,publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /path/.ssh/id_rsa
debug1: Authentications that can continue: hostbased,publickey,password
debug1: Trying private key: /path/.ssh/id_dsa
debug1: Next authentication method: password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2006 12:10 PM
тАО02-03-2006 12:10 PM
Re: ssh to ssh2
OpenSSH_3.8.1p1, OpenSSL 0.9.7d
to version
OpenSSH_4.2p1, OpenSSL 0.9.7d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2006 12:11 PM
тАО02-03-2006 12:11 PM
Re: ssh to ssh2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2006 12:43 PM
тАО02-03-2006 12:43 PM
Re: ssh to ssh2
(Tru64 V5.1B, "ssh -V" says "ssh: SSH Secure
Shell Tru64 UNIX 3.2.0"), but it looks as if
the keys are being rejected.
Did you make the key files on one system and
copy them to the other?
If you make key files on the system where
you didn't do it before, do their formats
look like the first ones?
Compare with the "-v" output going the other
way?
Wait for helpful advice from someone who
actually knows something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2006 08:01 PM
тАО02-05-2006 08:01 PM
Re: ssh to ssh2
It seems like you are running Tru64 SSH2 on one server
(...remote software version 3.2.0 SSH Secure Shell Tru64 UNIX...)
Do you have installed OpenSSH on both servers ?
If so can you try and use the OpenSSH's "ssh" command to connect from one system to the other ?
The command might be located here "/usr/local/bin/ssh"
Otherwise if you want to use Tru64 SSH2 "ssh" command you may need to set your ~/.ssh2/identification with the correct private key like this "IdKey name-of-your-private-key" and put your private key in ~/.ssh2
Cheers,
Kasper