Skip to content

Instantly share code, notes, and snippets.

@bitbullet
Last active March 9, 2023 22:05
Show Gist options
  • Save bitbullet/5fb198fcef8205376751c23f6aba5352 to your computer and use it in GitHub Desktop.
Save bitbullet/5fb198fcef8205376751c23f6aba5352 to your computer and use it in GitHub Desktop.

Revisions

  1. Ehsan Ghorbannezhad renamed this gist Dec 17, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Ehsan Ghorbannezhad revised this gist Jul 20, 2022. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions config
    Original file line number Diff line number Diff line change
    @@ -11,5 +11,3 @@ Host desktop.local
    ForwardX11 yes
    Port 6969
    IdentityFile ~/.ssh/keys/desktop

    # vim:filetype=sshconfig
  3. Ehsan Ghorbannezhad revised this gist Jul 20, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion config
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,6 @@ Host aur.archlinux.org
    Host desktop.local
    ForwardX11 yes
    Port 6969
    IdentityFile ~/.ssh/keys/desktop
    IdentityFile ~/.ssh/keys/desktop

    # vim:filetype=sshconfig
  4. Ehsan Ghorbannezhad created this gist Jul 20, 2022.
    13 changes: 13 additions & 0 deletions config
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    AddKeysToAgent yes

    Host github.com
    IdentityFile ~/.ssh/keys/github

    Host aur.archlinux.org
    IdentityFile ~/.ssh/keys/aur
    User aur

    Host desktop.local
    ForwardX11 yes
    Port 6969
    IdentityFile ~/.ssh/keys/desktop