ssh-keygen -t rsa .....
....to generate ssh key note which user login, key will save same user home dir
cd .ssh/
cat id_rsa.pub
ssh-copy-id mrsh@[Link] ................to copy ssh key clent srv and login by main server
bethout pass
ssh mrsh@[Link] hostname .............To check hostname client srv
mlocalhost