Answers for "windows to linux ssh without password"

0

windows to linux ssh without password

c:\> type c:\users\my_name\.ssh\id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys"
Posted by: Guest on March-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language