-
Notifications
You must be signed in to change notification settings - Fork 917
changes to ssh_config.py to support a global ssh_config for users #660
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
base: master
Are you sure you want to change the base?
Conversation
| identities=parsed.get('identities', []), | ||
| additional_args=options.additional_args, | ||
| socket=options.socket, | ||
| config=options.config, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation doesn't seem to be correct here. Try running flake8 over this file.
| additional_args=options.additional_args, | ||
| socket=options.socket | ||
| socket=options.socket, | ||
| config=options.config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above: The indentation doesn't seem to be correct here. Try running flake8 over this file.
| additional_args=options.additional_args, | ||
| socket=options.socket | ||
| socket=options.socket, | ||
| config=options.config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above: The indentation doesn't seem to be correct here. Try running flake8 over this file.
| identities=identities, | ||
| additional_args=options.additional_args, | ||
| socket=options.socket, | ||
| config=options.config, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above: The indentation doesn't seem to be correct here. Try running flake8 over this file.
changes to ssh_config.py to support a global ssh_config for users liftoff#660 liftoff#660 by edwins
This pull request will allow an operator of GateOne to designate a global ssh_config for all end users.