lib/fulmar/infrastructure/service/ssh_config_service.rb in fulmar-1.8.7 vs lib/fulmar/infrastructure/service/ssh_config_service.rb in fulmar-1.8.8

- old
+ new

@@ -15,10 +15,11 @@ proxycommand: 'ProxyCommand', checkhostip: 'CheckHostIP', stricthostkeychecking: 'StrictHostKeyChecking', identityfile: 'IdentityFile', userknownhostfile: 'UserKnownHostsFile', - loglevel: 'LogLevel' + loglevel: 'LogLevel', + forwardagent: 'ForwardAgent' } def initialize(config) @config = config end