yum install openssh-server
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
ssh -i ~/.ssh/id_rsa [email protected]
yum install openssh-server
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
ssh -i ~/.ssh/id_rsa [email protected]