Sven Wick

Results 7 comments of Sven Wick

I use Argos everyday to monitor and manage all of our servers (Updates and service outages). Nice to see it gets more popular. Congrats!

ITP for a Debian package: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969419 Let's see how it goes.

It just migrated to Debian Testing but I think will only be in the next stable release

Not a final solution, but a quick workaround to use existing completions ## Bash > can be put into your local Bash config ``` complete -F _ssh ssh-ping ``` ```...

Ubuntu (and maybe others) ship completions which can be used. ## Bash ``` complete -F _known_hosts ssh-ping ``` ## Zsh ``` compdef _ssh_hosts ssh-ping ``` ## Fish ``` complete -c...

I don't think there is a reliable way to get this information. You can't rely on DNS especially not if you go through Jump hosts. So ssh-ping needs to get...