Class: SshdConf

Inherits:
SshConf show all
Defined in:
lib/resources/ssh_conf.rb

Instance Method Summary collapse

Methods inherited from SshConf

#content, #method_missing, #params, #to_s

Constructor Details

#initialize(path = nil) ⇒ SshdConf

Returns a new instance of SshdConf.



78
79
80
# File 'lib/resources/ssh_conf.rb', line 78

def initialize(path = nil)
  super(path || '/etc/ssh/sshd_config')
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SshConf