Allow configuring the ssh kitten via env vars

This commit is contained in:
Kovid Goyal 2022-03-05 12:29:55 +05:30
parent 01dd0416ac
commit ffa79d731c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 33 additions and 3 deletions

View file

@ -50,6 +50,11 @@ quick example:
copy --dest=foo/bar some-file
copy --glob some/files.*
# Include some config from environment variables.
# This will read config directives from the contents
# of all environemnt variables starting with SSH_KITTEN_
envinclude SSH_KITTEN_*
See below for full details on the syntax and options of :file:`ssh.conf`.