Skip to content

Commit

Permalink
Insert User section on ~/.ssh/config for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed May 8, 2024
1 parent 760ff08 commit b43dd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mac/Users/hayato/.ssh/config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Host github.com
Host {{ host.shortname }}
Hostname {{ host.hostname }}
Port 22
User hayato
User {{ host.sshuser }}

{% endfor %}

0 comments on commit b43dd74

Please sign in to comment.