- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Putty and SSH of Multinet
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
02-01-2007 01:05 AM
02-01-2007 01:05 AM
Putty and SSH of Multinet
When I run putty towards the multinet ssh server, I get the messages
*** Authenticating with public key "dsa-key-20070201" ***
Then
*** Access denied ***
Then
*** WIM@node's password ***
On the server I got
*** WARNING: Public key operation failed for wim ***
Anyone an idea what to do next ?
I use 256 bits DSA key.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 01:30 AM
02-01-2007 01:30 AM
Re: Putty and SSH of Multinet
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 03:13 AM
02-01-2007 03:13 AM
Re: Putty and SSH of Multinet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 04:04 AM
02-01-2007 04:04 AM
Re: Putty and SSH of Multinet
I ftp'd the private key to vms. Converted it with success to SSH2 and then extracted the public key.
Still the same problem.
Wim (gone till monday)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 08:15 PM
02-01-2007 08:15 PM
Re: Putty and SSH of Multinet
>>>
I generated a dsa key in putty. Then I asked "export to openssh". Then I did save private key.
<<<
Skip that "export to openssh" step. Like Jim_McKinney wrote, Process uses SECSH format, and PuTTY uses the same.
>>>
I ftp'd the private key to vms. Converted it with success to SSH2 and then extracted the public key.
<<<
The private key should *NEVER* be transferred anywhere. Transfer the public key. DON'T convert. Add a reference to the public key file to SYS$LOGIN:[.SSH2]AUTHORIZATION. (see http://www.process.com/tcpip/mndocs/MN%20v5.0%20Installation%20Administrator%20Guide/Ch30.htm#E55E302)
Of course, the MultiNet's SSHD2_CONFIG file has to list PublicKey in the AllowedAuthentications.
You can use http://www.process.com/tcpip/mndocs/MN%20v5.0%20User%20Guide/Ch07.htm#E55E35 as a guideline (substitute PuTTY for the MultiNet SSH client).
HTH,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 02:07 AM
02-02-2007 02:07 AM
Re: Putty and SSH of Multinet
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2007 08:32 PM
02-04-2007 08:32 PM
Re: Putty and SSH of Multinet
If you check my enclosure trace file, you find "the key matched". Thus it's not the setup of SSH but the file/contents that's causing the problem.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2007 09:45 PM
02-04-2007 09:45 PM
Re: Putty and SSH of Multinet
In sshd log file :
Pubkey for server is of type 'if-modn'
Scheme for RSA public key was set to rsa-pkcs1-sha1
and then again WARNING... failed
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 07:20 PM
02-05-2007 07:20 PM
Re: Putty and SSH of Multinet
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 09:02 PM
02-05-2007 09:02 PM
Re: Putty and SSH of Multinet
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:48 PM
02-05-2007 11:48 PM
Re: Putty and SSH of Multinet
Enabled SSH1 on VMS and generated SSH1 host key.
Closed group and world access to home directory and ssh directory. Also the authozed_keys file.
Then generated a SSH1 key with puttygen.
Copied public key with ftp to vms and wrote the contents of the file to authorized_keys in the SSH directory.
Said in putty "SSH1 only", and YES IT WORKS.
But still SSH2 to do ...
Wim
(for those not able to download exe's : there is also a zip file with the exe in it)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 01:06 AM
02-14-2007 01:06 AM
Re: Putty and SSH of Multinet
My guess is that there is some public key incompatiblity between Putty and multinet SSH2.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 03:00 AM
02-14-2007 03:00 AM
Re: Putty and SSH of Multinet
In 'connection' of putty I had my username in uppercase. You need to enter it in lowercase and it works.
In sshd.log you'll see "completed publickey" insterad of "public key operation failed".
In the log of sshd you will only see the username in lowercase in BOTH cases !
Wim
(I do hate the open stuff quality)