Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Can't add ssh config directives in edit #30

Closed
halilim opened this issue Nov 5, 2013 · 3 comments
Closed

Can't add ssh config directives in edit #30

halilim opened this issue Nov 5, 2013 · 3 comments

Comments

@halilim
Copy link

halilim commented Nov 5, 2013

E.g.:

storm add host user@example.com

.ssh/config:

Host host
    hostname example.com
    user user

->

storm edit host user@example.com  --o "LocalForward=8085 localhost:8080"

.ssh/config:

Host host
    hostname example.com
    user user

Directive is not added.

@emre
Copy link
Owner

emre commented Nov 5, 2013

Thanks for the report. I will try to look at this in next a couple of days.

@emre emre closed this as completed in 69ad07d Nov 5, 2013
@emre
Copy link
Owner

emre commented Nov 5, 2013

It should be fixed with the version.

could you try it with the new version?

(sudo) pip install stormssh --upgrade

@emre emre reopened this Nov 5, 2013
@halilim
Copy link
Author

halilim commented Nov 5, 2013

Thanks, it's fixed.

@emre emre closed this as completed Nov 5, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants