SSH con Key Linux
nano ssh_key_for_demo_user.txt # paste your ssh key in here
chmod 600 ssh_key_for_demo_user.txt
ssh -i ssh_key_for_demo_user.txt [email protected]
Smoggy Skimmer