You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
➜ 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
It seems that "storm add" can not use like this
storm add xxx -pYYYY admin@xxx.com ?
The text was updated successfully, but these errors were encountered: