This is a discussion on Secure SSH and OpenSSH within the AIX Operating System forums, part of the Unix Operating Systems category; --> We are running SecureSSH on all our servers(AIX5.2) and have just started testing AIX5.3 and Partition Load Manager--which requires ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| We are running SecureSSH on all our servers(AIX5.2) and have just started testing AIX5.3 and Partition Load Manager--which requires OpenSSH and OpenSSL. Unfortunately we are running SecureSSH and I have been trying to get the ssh-keys to work (w/o password authentication) between the 2 products. Has anyone gotten that 2 work? If so, can you describe how? Thanx much, Ken |
| ||||
| use ssh-keygen to convert key file to proper format. other than that everything should work just fine... ssh-keygen: illegal option -- h Usage: ssh-keygen [options] Options: -b bits Number of bits in the key to create. -c Change comment in private and public key files. -e Convert OpenSSH to IETF SECSH key file. -f filename Filename of the key file. -g Use generic DNS resource record format. -r hostname Print DNS resource record. -i Convert IETF SECSH to OpenSSH key file. -l Show fingerprint of key file. -p Change passphrase of private key file. -q Quiet. -y Read private key file and print public key. -t type Specify type of key to create. -B Show bubblebabble digest of key file. -C comment Provide new comment. -N phrase Provide new passphrase. -P phrase Provide old passphrase. -G file Generate candidates for DH-GEX moduli -T file Screen candidates for DH-GEX moduli |