Skip to content

Commit 314f085

Browse files
author
colinmcneil
committed
No longer requre git prompt to allow unknown hosts
1 parent 6e91284 commit 314f085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompts/prepare-git-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Check that the folder exists first. If it doesn't, tell the user and stop.
3131

3232
Your script should copy the contents of /root/.ssh-base to /root/.ssh. .ssh-base is readonly, so you after you copy the folder to .ssh, make sure to make it writable.
3333

34-
Remove any lines containing `UseKeychain` and add ` StrictHostKeyChecking no` to `Host *` in the ssh config.
34+
Remove any lines containing `UseKeychain`.
3535

3636
Finally, copy the new .ssh and .gitconfig to `/thread`.
3737

3838
# prompt user
3939

40-
Get my Git ssh credentials! Afterwards, do the same but tell me the contents of the ssh config file and its full path.
40+
Get my Git ssh credentials! Afterwards, do the same but tell me the contents of the ssh config file and its full path. I also need you to make sure GitHub is in known_hosts.

0 commit comments

Comments
 (0)