Create the key pair on the client machine:
ssh-keygen -t rsa
Once the key pair is generated, place the public key on the virtual server:
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cd ~/.ssh && cat >> ~/.ssh/authorized_keys"
Create the key pair on the client machine:
ssh-keygen -t rsa
Once the key pair is generated, place the public key on the virtual server:
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cd ~/.ssh && cat >> ~/.ssh/authorized_keys"