Better message for ssh question.

parent 32e4a322
...@@ -484,7 +484,7 @@ class Config: ...@@ -484,7 +484,7 @@ class Config:
self.ipv6_interface = "tapVPN" self.ipv6_interface = "tapVPN"
else: else:
self.ipv6_interface = "" self.ipv6_interface = ""
self.need_ssh = get_yes_no("Do you want a remote ssh access?", True) self.need_ssh = get_yes_no("Do you want to (re)configure remote SSH access?", True)
return True return True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment