Best of SSHNovember 2024

  1. 1
    Video
    Avatar of bytebytegoByteByteGo·2y

    How SSH Really Works

    SSH is essential for providing secure remote access over unsecured networks. This video explains how SSH creates a secure tunnel between client and server, focusing on SSH2, which offers improved security features compared to SSH1. Key aspects covered include TCP connection establishment, version and algorithm negotiation, key exchange using the Elliptic Curve Diffie-Hellman method, and public key authentication. Once authenticated, all communication between the client and server is encrypted using a session key. SSH also supports local forwarding for tunneling other network services securely.

  2. 2
    Article
    Avatar of hnHacker News·1y

    Computer Networking Fundamentals

    This post provides a succinct and illustrated guide to computer networking basics, focusing on practical knowledge for developers. It covers fundamental concepts like the Data link layer, iptables in Linux, SSH tunnels, and the differences between network bridges and switches. Additionally, the post includes various hands-on labs to help readers understand and apply the concepts in real-world settings.

  3. 3
    Article
    Avatar of communityCommunity Picks·1y

    gnmyt/Nexterm: The open source server management software for SSH, VNC & RDP

    Nexterm is an open-source server management software designed to work with SSH, VNC, and RDP. It is distributed under the MIT license and offers a preview for users to try out its functionalities.