Last active
March 9, 2023 22:05
-
-
Save bitbullet/5fb198fcef8205376751c23f6aba5352 to your computer and use it in GitHub Desktop.
Revisions
-
Ehsan Ghorbannezhad renamed this gist
Dec 17, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Ehsan Ghorbannezhad revised this gist
Jul 20, 2022 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,5 +11,3 @@ Host desktop.local ForwardX11 yes Port 6969 IdentityFile ~/.ssh/keys/desktop -
Ehsan Ghorbannezhad revised this gist
Jul 20, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 # vim:filetype=sshconfig -
Ehsan Ghorbannezhad created this gist
Jul 20, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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