이 콘텐츠는 선택한 언어로 제공되지 않습니다.
3.2. SSH Keys
3.2.1. Introduction to SSH Keys 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
OpenShift Enterprise uses the Secure Shell (SSH) network protocol to authenticate account credentials to the OpenShift Enterprise servers for secure communication, and supports both RSA and DSA keys for SSH authentication. This section describes how authentication with OpenShift Enterprise works, and provides information on how to manage SSH keys for user accounts.
Successful authentication occurs when the private SSH key on your workstation matches the public key that has been uploaded to the OpenShift Enterprise server. When the client tools are initially configured, the interactive setup wizard generates a new pair of SSH keys in the default
.ssh
folder of your home directory. The SSH key pair consists of the public key, id_rsa.pub
, and the private key, id_rsa
. As part of the initial configuration, you have the option of automatically uploading the public key, id_rsa.pub
, to the OpenShift Enterprise server. See the Client Tools Installation Guide for more information on how to configure the client tools.
The following table shows the types of SSH keys supported with OpenShift Enterprise.
Expand
ssh-rsa |
ssh-dss |
ecdsa-sha2-nistp256-cert-v01@openssh.com |
ecdsa-sha2-nistp384-cert-v01@openssh.com |
ecdsa-sha2-nistp521-cert-v01@openssh.com |
ssh-rsa-cert-v01@openssh.com |
ssh-dss-cert-v01@openssh.com |
ssh-rsa-cert-v00@openssh.com |
ssh-dss-cert-v00@openssh.com |
ecdsa-sha2-nistp256 |
ecdsa-sha2-nistp384 |
ecdsa-sha2-nistp521 |
krb5-principal |