Correct kernighan SSH port

This commit is contained in:
Trevor Vallender 2023-07-27 18:47:27 +01:00
parent d03872f7f8
commit 8671328595
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
hostName = "kernighan";
firewall = {
enable = true;
allowedTCPPorts = [ 2222 80 443 ];
allowedTCPPorts = [ 2223 80 443 ];
};
interfaces = {
end0.ipv4.addresses = [{

View File

@ -61,7 +61,7 @@
services.openssh = {
enable = true;
ports = [ 2222 ];
ports = [ 2222 2223 ];
settings.PasswordAuthentication = false;
};

View File

@ -9,7 +9,7 @@ Host kernighan
IdentityFile /home/tsv/.ssh/personal
User tsv
IdentitiesOnly yes
Port 2222
Port 2223
Host git.tsvallender.co.uk
HostName git.tsvallender.co.uk