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

Ability to define default values (from SSH config) #488

Closed
3 tasks done
isontheline opened this issue Dec 23, 2021 · 4 comments
Closed
3 tasks done

Ability to define default values (from SSH config) #488

isontheline opened this issue Dec 23, 2021 · 4 comments
Assignees
Labels
✨ enhancement New feature or request
Projects

Comments

@isontheline
Copy link
Owner

isontheline commented Dec 23, 2021

Describe the feature

WebSSH Supported SSH Config Parameters : https://webssh.net/documentation/help/SSH/ssh-config-file/#supported-features

@isontheline isontheline self-assigned this Dec 23, 2021
@isontheline isontheline added the ✨ enhancement New feature or request label Dec 23, 2021
@isontheline isontheline added this to To do in General via automation Dec 23, 2021
@isontheline isontheline added this to the 17 - Shell milestone Jan 1, 2022
@isontheline isontheline modified the milestones: 17 - Shell, 18 - Honeybee Mar 25, 2022
@isontheline isontheline removed this from the 18 - Honeybee milestone May 1, 2022
@isontheline
Copy link
Owner Author

isontheline commented Nov 19, 2022

In order to reduce complexity of the implementation, default values will be picked from #327 ssh config

For example if we need to start a command on all hosts but not on 192.168.0.1 :

Host *
  RemoteCommand <some command>

Host 192.168.0.1
  RemoteCommand none

@isontheline isontheline added this to the 20 - Moon milestone Nov 19, 2022
@isontheline isontheline changed the title Ability to define default values for newly created connections Ability to define default values (from SSH config) Nov 19, 2022
@isontheline
Copy link
Owner Author

isontheline commented Nov 26, 2022

@isontheline
Copy link
Owner Author

WebSSH Supported SSH Config Parameters : https://webssh.net/documentation/help/SSH/ssh-config-file/#supported-features

@isontheline
Copy link
Owner Author

I'm reopening this issue because a lot of parameters are not yet available under the SSH Config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
No open projects
General
To do
Development

No branches or pull requests

1 participant