SSH client configurationΒΆ
You can add custom SSH client configurations to /etc/ssh/ssh_config
by setting the ssh::config
hash within the Custom JSON Server Level Configuration:
{
"ssh::config": {
"Host": "git",
"HostName": "code.example.com",
"User": "git"
}
}
Hint
use man ssh_config
(online version) for available configuration options