Skip to content

Commit

Permalink
fix(ssh): host and filename
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJameson committed Nov 26, 2024
1 parent 60d2624 commit 0025eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot_ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Host github.com
AddKeysToAgent yes
PreferredAuthentications publickey

Host rasspberry.lan
Host raspberry.lan
HostName 192.168.0.104
User ray
IdentityFile ~/.ssh/raspberrypi.pub
IdentityFile ~/.ssh/raspberry_pi.pub
IdentitiesOnly yes
AddKeysToAgent yes
PreferredAuthentications publickey

0 comments on commit 0025eab

Please sign in to comment.