Skip to content

Instantly share code, notes, and snippets.

@mokxter
Last active March 31, 2019 15:06
Show Gist options
  • Save mokxter/2c29869848f2df5ba1eea077f36bcd18 to your computer and use it in GitHub Desktop.
Save mokxter/2c29869848f2df5ba1eea077f36bcd18 to your computer and use it in GitHub Desktop.

Revisions

  1. mokxter revised this gist Mar 31, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion ssh-zsh.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    # SSH
    ```
    export SSH_KEY_PATH="~/.ssh/ssh-key"
    eval "$(ssh-agent -s)"
    ssh-add ~/.ssh/ssh-key
    ssh-add ~/.ssh/ssh-key
    ```
  2. mokxter created this gist Mar 31, 2019.
    4 changes: 4 additions & 0 deletions ssh-zsh.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # SSH
    export SSH_KEY_PATH="~/.ssh/ssh-key"
    eval "$(ssh-agent -s)"
    ssh-add ~/.ssh/ssh-key