Skip to content

Commit

Permalink
Fix ssh to fern
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox committed Aug 23, 2021
1 parent ae82bb0 commit 54ee4b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions darwin/ssh/config
Expand Up @@ -10,9 +10,9 @@ Host deepsource
IdentityFile ~/.ssh/deepsource-git

Host fern
Hostname 152.67.160.174
Hostname 152.67.182.105
User pi
Port 22222
Port 2222

Host jade
Hostname 152.67.182.105
Expand Down
9 changes: 2 additions & 7 deletions ssh/config
Expand Up @@ -13,9 +13,9 @@ Host deepsource
IdentityFile ~/.ssh/deepsource-git

Host fern
Hostname 152.67.160.174
Hostname 152.67.182.105
User pi
Port 22222
Port 2222

Host jade
Hostname 152.67.182.105
Expand All @@ -26,8 +26,3 @@ Host pantwo
Hostname 100.64.1.3
User icy
IdentityFile ~/.ssh/id_rsa

Host leaf
Hostname 152.67.160.174
User ubuntu
IdentityFile ~/.ssh/id_rsa

0 comments on commit 54ee4b2

Please sign in to comment.