Correct SSH port on Kernighan
This commit is contained in:
parent
b830fb362c
commit
bc2dc482c8
|
@ -13,7 +13,7 @@
|
|||
hostName = "kernighan";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
allowedTCPPorts = [ 2222 80 443 ];
|
||||
};
|
||||
interfaces = {
|
||||
end0.ipv4.addresses = [{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue