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.
This commit is contained in:
parent
63b1296821
commit
13dc26eb0f
Notes:
sideshowbarker
2024-07-18 12:12:30 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/13dc26eb0fa Pull-request: https://github.com/SerenityOS/serenity/pull/8080
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue