Linux/UNIX: Configure OpenSSH To Listen On an IPv6 Address
To configure OpenSSH to listen on an IPv6 address, you need to modify the sshd_config file. Here’s how to do it: Open the sshd_config file: sudo vi /etc/ssh/sshd_config Find the line that begins with ListenAddress: If the line exists, you can skip this step. If not, add the following line: ListenAddress :: This line tells … Read more