Top Level Namespace

Defined Under Namespace

Modules: SshdConfig

Instance Method Summary collapse

Instance Method Details

#helpObject



8
9
10
11
12
13
14
15
16
17
18
# File 'bin/sshd_config', line 8

def help
  "
  sshd_config file command [value]
  
  Examples:
  
  sshd_config /etc/sshd_config set:port 22
  sshd_config /etc/sshd_config get:port
  
  "
end