Trying to follow the steps as outlined in the IBM Redpaper Securing
Communications with OpenSSH circa 2006 to connect between two IBM i v7.4
servers using public key authentication
All required IBM software products are installed, sshd is running on target
server, and I can connect using using the ssh client from qsh- but I am am
required to enter a password.
Private key file id_rsa created in the .ssh directory under my home
directory on the client server, id_rsa.pub ftp'd to server in bin mode, and
added to authorized_keys in my .ssh under my home directory on the target
server as specified in the redpaper.
Not seeing any changes to the shipped sshd_config
verbose connection dialog below seems to attempt to use id_rsa private key
but fails, exhausts other alternate private keys, and moves on to the next
authentication method (password).
Any insight appreciated.
OpenSSH_8.0p1, OpenSSL 1.1.1k 25 Mar
2021
debug1: Reading configuration data
/QOpenSys/QIBM/ProdData/SC1/OpenSSH/etc/ssh_config
debug1: /QOpenSys/QIBM/ProdData/SC1/OpenSSH/etc/ssh_config line 19:
Applying options for *
debug1: Connecting to 10.209.28.79 [10.209.28.79] port
22.
debug1: Connection
established.
debug1: identity file /home/JACKCAL/.ssh/id_rsa type
-1
debug1: identity file /home/JACKCAL/.ssh/id_rsa-cert type -1
debug1: identity file /home/JACKCAL/.ssh/id_dsa type -1
debug1: identity file /home/JACKCAL/.ssh/id_dsa-cert type -1
debug1: identity file /home/JACKCAL/.ssh/id_ecdsa type -1
debug1: identity file /home/JACKCAL/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/JACKCAL/.ssh/id_ed25519 type -1
debug1: identity file /home/JACKCAL/.ssh/id_ed25519-cert type -1
debug1: identity file /home/JACKCAL/.ssh/id_xmss type -1
debug1: identity file /home/JACKCAL/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.0
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.0
debug1: match: OpenSSH_8.0 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 10.209.28.79:22 as 'jackcal'
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.