![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Babel Interoperability Tool 1.2.0 (Development branch) | iBot | Software Releases - RSS News | 0 | 03-28-2008 06:10 PM |
| SSH2 Authentication with OpenSsh | jazjit | UNIX for Advanced & Expert Users | 0 | 07-16-2007 12:48 PM |
| Microsoft appoints director of Linux interoperability - PC Authority | iBot | UNIX and Linux RSS News | 0 | 06-17-2007 03:54 PM |
| SSH2 help !!!! | tansha | AIX | 2 | 06-22-2006 08:43 AM |
| HP-UX 10.2 servers interoperability with IBM mass storage devices | raltmannr | UNIX for Advanced & Expert Users | 0 | 03-31-2006 08:26 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
openssh to ssh2 interoperability
I have openssh identity and identity.pub which work well on many machines to uniquely identify myself.
I want to put these on a host (Tru64) using ssh2. I can convert the public key to ssh2 format using "ssh-keygen -e" on an openssh box. How should I convert the private key? |
| Forum Sponsor | ||
|
|
|
||||
|
As far as I know "-e" flag will work for both public and private key ? Am I wrong ? At least this is what's stated in the "man ssh-keygen" :
Quote:
Last edited by sysgate : 12-03-2007 at 06:52 AM. Reason: more info added |