lib/fulmar/infrastructure/service/ssh_config_service.rb in fulmar-2.1.0 vs lib/fulmar/infrastructure/service/ssh_config_service.rb in fulmar-2.1.1
- old
+ new
@@ -112,10 +112,9 @@
ssh_config[:IdentityFile] = @config.base_path + '/' + ssh_config[:IdentityFile]
end
entry = [
'', # Add some space between this and the second last entry
- "# Automatically generated by fulmar for project '#{@config.project.description}'",
"Host #{hostname}"
]
ssh_config.keys.each { |key| entry << " #{key} #{escape_value(ssh_config[key])}" }
entry << ''
entry