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
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`.