diff options
author | Starfall <us@starfall.systems> | 2020-07-17 20:29:46 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-17 21:11:10 -0500 |
commit | 12b2572a40b8b5cb9ce74b43bd6f802b27b046f8 (patch) | |
tree | b4bb0ba8ca35d7709d7f21d9be7c4321e5a69597 /.ssh/config |
Initial commit
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..5841078 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,10 @@ +VisualHostKey=yes + +Host github.com + User git + IdentityFile ~/.ssh/id_github + +Host monsterware.dev + User devin + Port 60666 + |