Timeline for How is SOCKS protocol used in SSH dynamic port forwarding?
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 8, 2019 at 15:24 | comment | added | 炸鱼薯条德里克 | The originator directly make a TCP connection with SSH client, not SSH server or forward target. @Tim they are not used together, the originator only needs to know SOCKS (connection-less, only used to tell SSH client the forward target as first a few packets) and its own application layer protocol. SSH protocol is purely used between SSH client and SSH server (for authentication, encryption, TCP-multiplexing, etc). | |
| Feb 7, 2019 at 11:14 | comment | added | Tim | Thanks. SSH client and SSH server are using SSH protocol between them. Can you elaborate "A client (web browser) communicates with the ssh server (via the ssh client)"? How are SOCKS and SSH protocols used together? | |
| Feb 7, 2019 at 3:02 | history | answered | user1133275 | CC BY-SA 4.0 |