mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
fix ssh config path
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
1bbe67682e
commit
e5daa52064
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class SshConf < Vulcano.resource(1)
|
|||
name 'ssh_config'
|
||||
|
||||
def initialize( conf_path = nil, type = nil )
|
||||
@conf_path = conf_path || '/etc/ssh/ssh_conf'
|
||||
@conf_path = conf_path || '/etc/ssh/ssh_config'
|
||||
@conf_dir = File.expand_path(File.dirname @conf_path)
|
||||
@conf = nil
|
||||
@params = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue