diff options
Diffstat (limited to '')
| -rw-r--r-- | ssh/config | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..2f47c0c --- /dev/null +++ b/ssh/config @@ -0,0 +1,6 @@ +host github.com +  user terminaldweller +  identityfile ~/.ssh/id_rsa +host git.zharfpouyan.net +  user sadeghi_f +  identityfile ~/.ssh/zharf | 
