SSH client configurationο
To influence the behaviour of the SSH client on the managed server (for outgoing SSH connections), itβs possible to add custom SSH client configurations to /etc/ssh/ssh_config.
Example configurationο
Set the ssh::config hash:
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