First time here? Check out the FAQ!
![]() | 1 | initial version |
Secure Shell (SSH) is a UNIX-based command interface and protocol for securely getting access to a remote computer
. One way of securing SSH access to your Server is to use a public/private key pair
. This means that a public key is placed on the server and a private key is placed on your local workstation. Using a key pair makes it impossible for someone to log in by using just a password, as long as you set up SSH to deny password-based authentication.
Before launching an instance, you must generate a public/private key pair and add the public key to your OpenStack environment.
![]() | 2 | No.2 Revision |
Secure Shell (SSH) is a UNIX-based command interface and protocol for securely getting access to a remote computer
. One way of securing SSH access to your Server is to use a public/private key pair
. This means that a public key is placed on the server and a private key is placed on your local workstation. Using a key pair makes it impossible for someone to log in by using just a password, as long as you set up SSH to deny password-based authentication.
Before launching an instance, you must generate a public/private key pair and add the public key to your OpenStack environment.