From 13dc26eb0fa62111b6f1a0519ff2458035d30c43 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Wed, 16 Jun 2021 00:15:52 -0700 Subject: [PATCH] Ports: Remove note about ssh needing port numbers explicitly specified This is no longer true, I'm not sure where this got fixed, but I can successfully connect via IP without specifying a port number using the latest HEAD of master. --- Ports/openssh/ReadMe.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ports/openssh/ReadMe.md b/Ports/openssh/ReadMe.md index f157b31d4d..3db1efbdc7 100644 --- a/Ports/openssh/ReadMe.md +++ b/Ports/openssh/ReadMe.md @@ -6,6 +6,3 @@ - Cannot determine compatibility flags. This means there may be some weird bugs when connecting to certain SSH implementations. - SSHD does not work as it requires socketpair. It will start, but will crash on connection. - -# Note on connecting to servers -You have to specify the port number when using ssh. It seemingly doesn't default to 22.