TritonDataCenter / node-triton

Triton client tool and node.js library
56 stars 40 forks source link

triton ssh fails if image is unavailable #238

Open bahamat opened 6 years ago

bahamat commented 6 years ago

triton ssh looks up the image to see if it should use the ubuntu user for ssh instead of root. If the image has been disabled, or otherwise can't be looked up, triton ssh fails outright.

Instead, it should make a best effort to try to continue. Some possibilities:

xer0x commented 6 years ago

I just hit this, and wanted to add a +1. When an instance image is deleted, then triton ssh stops working.