summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-11 14:48:18 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-11 14:48:18 +0800
commitb56494488332d058d0b63962af089fd13f81d97a (patch)
tree9b6f789134ca320caf5ca9f5e8c297489219d82b
parenta821201cf1e151798100f5a164231a57d2198be0 (diff)
remove ssh-isp port
-rw-r--r--etc/services3
-rw-r--r--etc/ssh/ssh_config.d/my_ssh_config.conf2
2 files changed, 0 insertions, 5 deletions
diff --git a/etc/services b/etc/services
index 9a7d7002..c48559fe 100644
--- a/etc/services
+++ b/etc/services
@@ -11520,7 +11520,4 @@ nusdp-disc 49001/udp
inspider 49150/tcp
# my services
qrcp 49153/tcp
-# My ISP verizon block incomming to gateway port 22. So I need to use another port to ssh into my home server.
-# https://www.reddit.com/r/verizon/comments/to1q43/verizon_5g_home_internet_blocking_ssh_service_port/
-ssh-isp 49812/tcp
iperf3 53497/tcp
diff --git a/etc/ssh/ssh_config.d/my_ssh_config.conf b/etc/ssh/ssh_config.d/my_ssh_config.conf
deleted file mode 100644
index a5f1fca3..00000000
--- a/etc/ssh/ssh_config.d/my_ssh_config.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-Host flylightning.xyz
- Port ssh-isp