emre / storm

Manage your SSH like a boss.
http://stormssh.readthedocs.org/en/master/
MIT License
3.94k stars 172 forks source link

CLI usage for identity file #143

Closed waghanza closed 5 years ago

waghanza commented 7 years ago

Hi,

I feel strange to use --id_file to specify identityfile.

Will not it be cool to use the same API as the ssh cli tools ?

I mean, using :

storm add sandbox ec2-user@ec2-52-88-40-17.us-west-2.compute.amazonaws.com,52.88.40.17:22 -i ~/...

instead of

storm add sandbox ec2-user@ec2-52-88-40-17.us-west-2.compute.amazonaws.com,52.88.40.17:22 --id_file ~/...

Regards,