Correct SSH port on Kernighan

This commit is contained in:
Trevor Vallender 2023-07-25 08:48:17 +01:00
parent b830fb362c
commit bc2dc482c8
2 changed files with 2 additions and 1 deletions

View File

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

View File

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