Skip to content

Instantly share code, notes, and snippets.

@cbilgili
Created July 12, 2014 09:37
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 cbilgili/91beb2595bf56665da0b to your computer and use it in GitHub Desktop.
Save cbilgili/91beb2595bf56665da0b to your computer and use it in GitHub Desktop.
Local SSH public keyi sunucuya eklemek. Sunucuya şifresiz bağlanabiliriz.
Local SSH public keyi sunucuya eklemek. Sunucuya şifresiz bağlanabiliriz.
cat ~/.ssh/id_rsa.pub | ssh deployer@178.xxx.xxx.xxx 'cat >> ~/.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment