mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Allow configuring the ssh kitten via env vars
This commit is contained in:
parent
01dd0416ac
commit
ffa79d731c
4 changed files with 33 additions and 3 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue