From 29605e9683fae36dcd9fa53cf51d37ab11fb6d1d Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 8 Sep 2022 22:01:33 -0700 Subject: [PATCH] :memo: Made note of different ports not working w/github --- ssh_into_localhost.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh_into_localhost.txt b/ssh_into_localhost.txt index edbbadfa..d66517cc 100644 --- a/ssh_into_localhost.txt +++ b/ssh_into_localhost.txt @@ -3,7 +3,7 @@ You can "practice" with ssh by setting up the ssh_config and sshd_config files c /etc/ssh_config ForwardAgent yes ForwardX11 yes -Port 9669 +Port 9669 -- comment this out if you wish to connect over standard port 22 (i.e. github connections won't work over different ports) XauthLocation /usr/bin/xauth /etc/sshd_config