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 |
Initial commit
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/authorized_keys | 2 | ||||
-rw-r--r-- | .ssh/config | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.ssh/authorized_keys b/.ssh/authorized_keys new file mode 100644 index 0000000..8968a4c --- /dev/null +++ b/.ssh/authorized_keys @@ -0,0 +1,2 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPk6iDam11ptiJKFGbnIaYt1bRD4BQJGKMyQv0u8qKPH minnow@Regulus +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMB16ZtBwZC+2PiElxda1WkyOWpvlwc3jikOhijGMfaU minnow@sirius 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 + |