Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support SSH_config Include keyword #818

Open
yang-dev opened this issue Mar 21, 2018 · 0 comments
Open

support SSH_config Include keyword #818

yang-dev opened this issue Mar 21, 2018 · 0 comments

Comments

@yang-dev
Copy link

https://www.freebsd.org/cgi/man.cgi?query=ssh_config&apropos=0&sektion=5&manpath=FreeBSD+12-current&arch=default&format=html

 Include
     Include the specified configuration file(s).  Multiple pathnames
     may be specified and each pathname	may contain glob(3) wildcards
     and, for user configurations, shell-like `~' references to	user
     home directories.	Files without absolute paths are assumed to be
     in	~/.ssh if included in a	user configuration file	or /etc/ssh if
     included from the system configuration file.  Include directive
     may appear	inside a Match or Host block to	perform	conditional
     inclusion.

Currently pyez does not follow Include

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants