Skip to content

Conversation

@edwins
Copy link
Contributor

@edwins edwins commented Mar 27, 2017

This pull request will allow an operator of GateOne to designate a global ssh_config for all end users.

identities=parsed.get('identities', []),
additional_args=options.additional_args,
socket=options.socket,
config=options.config,
Copy link

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
Copy link

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
Copy link

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,
Copy link

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.

ntaken added a commit to ntaken/GateOne that referenced this pull request Sep 25, 2020
changes to ssh_config.py to support a global ssh_config for users liftoff#660
liftoff#660
by edwins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants