From 813ed11a3b8d5e4c6d5d1b1a3ed5effedd5bcf37 Mon Sep 17 00:00:00 2001 From: Brydon DeWitt Date: Tue, 18 Mar 2025 19:04:51 -0400 Subject: [PATCH] More in the README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69de29..b7a94c0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,14 @@ +# README + +To set this up, I needed to do `git config core.sshcommand "ssh -p 222 -i ~/.ssh/id_rsa"`. For more info, check out https://medium.com/@dubry/git-server-setup-non-standard-ssh-port-part-2-e4961803bcfb + +You may also want to update `~/.ssh/config` to just include settings for the domain: + +``` +Host + HostName + Port 2222 + User + IdentityFile + +``` \ No newline at end of file