wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

Fallback to private ip if instance doesn't have public #238

Closed padilo closed 5 years ago

padilo commented 5 years ago

When doing ssh, it now fallback to private ip in case there is no public ip

Fixes #151

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1342


Changes Missing Coverage Covered Lines Changed/Added Lines %
commands/ssh.go 0 3 0.0%
<!-- Total: 0 3 0.0% -->
Files with Coverage Reduction New Missed Lines %
aws/fetch/manual_fetchers.go 8 73.07%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 1337: 0.001%
Covered Lines: 20318
Relevant Lines: 48623

💛 - Coveralls
hbi-wallix commented 5 years ago

Thanks @padilo, and sorry for the lack of reactivity.