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@192.168.21.10 ................to copy ssh key clent srv and login by main server
bethout pass
ssh mrsh@192.168.21.10 hostname .............To check hostname client srv
mlocalhost