Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Created May 11, 2020 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZiTAL/9a7781d5591429d15d14c5d78c2a56f3 to your computer and use it in GitHub Desktop.
Save ZiTAL/9a7781d5591429d15d14c5d78c2a56f3 to your computer and use it in GitHub Desktop.
ssh: login with no passwd
ssh-keygen
ssh-copy-id user@remoteserver
ssh user@remoteserver
@ZiTAL
Copy link
Author

ZiTAL commented May 11, 2020

@ZiTAL
Copy link
Author

ZiTAL commented Jul 8, 2020

eskuz egiteko

local

cat ~/.ssh/id_rsa.pub

remote

echo THE_PUBLIC_KEY_STRING >> ~/.ssh/authorized_keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment