Configuring SSH to listen on IPv6 addresses
Use the following procedure to enable SSH on a Linux server to listen on IPv6.
-
Locate the file: /etc/ssh/sshd_config.
-
Locate the line that contains
ListenAddress
. -
Uncomment the
#ListenAddress ::
the following line to bindsshd
to every address on your device.ListenAddress ::