Change SSH port to default as we no longer expose the service
This commit is contained in:
parent
10d696d3d2
commit
98891a9b15
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
matchBlocks."viridian" = {
|
||||
hostname = "viridian.kanto.dev";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
port = 62841;
|
||||
port = 22;
|
||||
};
|
||||
|
||||
matchBlocks."lavender" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue