Skip to content

Instantly share code, notes, and snippets.

@pplmx
Created September 22, 2022 11:07
Show Gist options
  • Save pplmx/5a0755d9c8654c8f6b0b55157374b3f3 to your computer and use it in GitHub Desktop.
Save pplmx/5a0755d9c8654c8f6b0b55157374b3f3 to your computer and use it in GitHub Desktop.
ssh without password

SSH without PASSWORD

~/.ssh/config

assume you have this remote ssh server config on your ssh config

Host aurora
	HostName 192.168.10.66
	User aurora

upload you public key

ssh-copy-id -i ~/.ssh/pplmx.pub aurora

try it without password

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