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

how to add a specific port when add a ssh-connection #75

Closed
zarzen opened this issue May 6, 2014 · 1 comment
Closed

how to add a specific port when add a ssh-connection #75

zarzen opened this issue May 6, 2014 · 1 comment

Comments

@zarzen
Copy link

zarzen commented May 6, 2014

It seems that "storm add" can not use like this
storm add xxx -pYYYY admin@xxx.com ?

@emre
Copy link
Owner

emre commented May 6, 2014

you have two options.

1.

➜  storm add server-1 test@test.com:1337
success  server-1 added to your ssh config. you can connect it by typing "ssh server-1".
➜  storm search server
Listing results for server:
    server-1 -> test@test.com:1337

2.

➜  storm add server-2 test@test.com --o port=1338
success  server-2 added to your ssh config. you can connect it by typing "ssh server-2".
➜  storm search server
Listing results for server:
    server-1 -> test@test.com:1337
    server-2 -> test@test.com:1338

@zarzen zarzen closed this as completed May 6, 2014
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