HP-UX Secure Shell Getting Started Guide HP-UX 11i v1, HP-UX 11i v2, and HP-UX 11i v3 (5900-3142, June 2013)

Table 5 Client Keys and Configuration Files (continued)
LocationDescriptionName
The public and private keys for
client users. The client uses these
Client user key files
RSA-1 keys:
$HOME/.ssh/identity
keys for public-key authentication
only. You can generate a key pair
$HOME/.ssh/identity.pub
with RSA-1, RSA, DSA, and
ECDSA algorithms. The client user
can choose the key type.
RSA keys:
$HOME/.ssh/id_rsa
$HOME/.ssh/id_rsa.pub
DSA keys
$HOME/.ssh/id_dsa
$HOME/.ssh/id_dsa.pub
ECDSA keys
$HOME/.ssh/id_ecdsa
$HOME/.ssh/id_ecdsa.pub
The public and private keys for
every client system from which
Client host key files
RSA-1 keys:
/opt/ssh/etc/ssh_host_key
client users connect to an sshd
instance using host-based
/opt/ssh/etc/ssh_host_key.pub
authentication. These key pairs are
generated with RSA-1, RSA, DSA,
or ECDSA.
RSA keys:
/opt/ssh/etc/ssh_host_rsa
/opt/ssh/etc/ssh_host_rsa.pub
DSA keys:
/opt/ssh/etc/ssh_host_dsa
/opt/ssh/etc/ssh_host_dsa.pub
ECDSA keys:
/opt/ssh/etc/ssh_host_ecdsa
/opt/ssh/etc/ssh_host_ecdsa.pub
Table 6 lists the keys and configuration files for the HP-UX Secure Shell server.
18 Introduction