[ssh] feat: enabled ssh on ipv6 also
This commit is contained in:
parent
8cf3eceead
commit
855e6194fb
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# networking
|
||||
Protocol 2
|
||||
Port 22
|
||||
AddressFamily inet
|
||||
AddressFamily any
|
||||
ListenAddress 0.0.0.0
|
||||
ListenAddress ::
|
||||
|
||||
# hostkey
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue