merged
authorwenzelm
Sun, 18 Sep 2022 13:39:44 +0200
changeset 76192 d9380ef29276
parent 76191 ff0ad0b304ca (current diff)
parent 76190 c72c5407a86f (diff)
child 76193 83d465d71fc6
merged
--- a/etc/options	Sun Sep 18 13:33:26 2022 +0200
+++ b/etc/options	Sun Sep 18 13:39:44 2022 +0200
@@ -287,21 +287,21 @@
   -- "excluded markup elements for spell-checker (separated by commas)"
 
 
-section "Secure Shell"
+section "Secure Shell (OpenSSH)"
 
-option ssh_batch_mode : bool = true
+public option ssh_batch_mode : bool = true
   -- "enable SSH batch mode (no user interaction)"
 
-option ssh_multiplexing : bool = true
+public option ssh_multiplexing : bool = true
   -- "enable multiplexing of SSH sessions (ignored on Windows)"
 
-option ssh_compression : bool = true
+public option ssh_compression : bool = true
   -- "enable SSH compression"
 
-option ssh_alive_interval : real = 30
+public option ssh_alive_interval : real = 30
   -- "time interval to keep SSH server connection alive (seconds, ignore value < 0)"
 
-option ssh_alive_count_max : int = 3
+public option ssh_alive_count_max : int = 3
   -- "maximum number of messages to keep SSH server connection alive (ignore value < 0)"