From b43dd74cb4ddb58f4476195473a5fa220b7d2db9 Mon Sep 17 00:00:00 2001 From: Hayato Date: Wed, 8 May 2024 12:08:31 +0900 Subject: [PATCH] Insert User section on ~/.ssh/config for mac --- templates/mac/Users/hayato/.ssh/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mac/Users/hayato/.ssh/config.j2 b/templates/mac/Users/hayato/.ssh/config.j2 index 019d5e7..398f714 100644 --- a/templates/mac/Users/hayato/.ssh/config.j2 +++ b/templates/mac/Users/hayato/.ssh/config.j2 @@ -11,6 +11,6 @@ Host github.com Host {{ host.shortname }} Hostname {{ host.hostname }} Port 22 - User hayato + User {{ host.sshuser }} {% endfor %}