Skip to content

Instantly share code, notes, and snippets.

@andykuszyk
Created July 28, 2018 15:24
Show Gist options
  • Select an option

  • Save andykuszyk/1077c35761f14214c9afe0d81d3219d1 to your computer and use it in GitHub Desktop.

Select an option

Save andykuszyk/1077c35761f14214c9afe0d81d3219d1 to your computer and use it in GitHub Desktop.

Revisions

  1. andykuszyk created this gist Jul 28, 2018.
    4 changes: 4 additions & 0 deletions ssh access with keys.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    ```
    ssh-keygen
    ssh-copy-id username@remote_host
    ```