Shin Code log

Logs of solution for code
November 01, 2020

Ssh without password

You must have ssh-keygen before use that commands. After run that command. Using normal ssh command will make you direct login without password!

Code:

ssh-copy-id "[email protected] -p <PortNumber>"
ssh [email protected] -p <PortNumber>