removed un unused ssh config entry

This commit is contained in:
2025-02-12 20:12:13 -05:00
parent 11883f981e
commit 5182bf18bc

View File

@@ -16,13 +16,6 @@
identityFile = "~/.ssh/id_ed25519";
port = 2222;
};
jeevesjr = {
hostname = "192.168.90.35";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 352;
dynamicForwards = [ { port = 9050; } ];
};
bob = {
hostname = "192.168.90.25";
user = "richie";