Reputation: 141
I'm trying to enable SSH client verbose mode ( equivalent to 'ssh -v ...' ) from configuration file (ssh_config) but I can not figure out the correct Key-Value pair.
I tried already the LogLevel key but seem only to affect logging level in unix log subsystem
Any ideas...??
Thxs !!
Upvotes: 7
Views: 5704
Reputation: 25956
It is LogLevel
option, where -v
to -vvv
corresponds to DEBUG
to DEBUG3
arguments.
Upvotes: 10