How to SSH without a password

Return1
2 min readOct 28, 2020

Connect to your remote terminal with SSH but no password

In this article…

Device A is the device you want to SSH from, in this case Windows.

Device B is the device you want to SSH to, in this case Ubuntu.

Ok? Ok.

Step 1: Create the SSH Key on Device A.

So go to the PowerShell on Device A, do you need administrative rights? IDK but just open as admin anyway ok?

Then do this…

ssh-keygen -t rsa

--

--

Return1
0 Followers

When life == “down”, return 1