diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-02 04:57:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-02 04:57:01 +0000 |
commit | 9e1780717f603e5aa01d68afe37841d0b84f271b (patch) | |
tree | c7bb6193cf4271202b7653ddd2b1cc37e503f46f /ssh | |
parent | so many things (diff) | |
download | scripts-9e1780717f603e5aa01d68afe37841d0b84f271b.tar.gz scripts-9e1780717f603e5aa01d68afe37841d0b84f271b.zip |
update
Diffstat (limited to 'ssh')
-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 |