ssh-keygen -t rsa
notepad C:\Users\DELL\.ssh\id_rsa.pub
~/.ssh/authorized_keys
echo "ssh-rsa AAAAB3NzaC.......OF" >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
chmod 700 ~/.ssh
ssh [email protected]