What's Changed
Fixed
- sshpass not installed in Flatpak — SSH password-authenticated connections broken in Flatpak 0.9.8 (#42)
- Jump host connections fail port check — pre-connect TCP probe always timed out for destinations reachable only through a jump host; now skipped when
jump_host_idorproxy_jumpis configured (#41) - Jump host dropdown hard to use — added host address to dropdown labels (
Name (host)) and enabled search filtering for quick lookup - Jump host monitoring fails — monitoring SSH commands now include
-Jjump host chain so metrics collection works through bastion hosts (#41) - Jump host false positive connection status — SSH status detection now checks terminal text for failure patterns (
Connection timed out,Connection refused, etc.) before marking jump host connections as established (#41)
Dependencies
- Bitwarden CLI 2026.1.0→2026.2.0, uuid 1.21.0→1.22.0, winnow 0.7.14→0.7.15
Installation
Debian/Ubuntu
sudo dpkg -i rustconn_0.9.9_amd64.deb
sudo apt-get install -f # Install dependencies if neededFedora
sudo dnf install rustconn-0.9.9-1.fc41.x86_64.rpmAppImage
chmod +x RustConn-0.9.9-x86_64.AppImage
./RustConn-0.9.9-x86_64.AppImageopenSUSE (OBS)
Packages available at: https://build.opensuse.org/package/show/home:totoshko88:rustconn/rustconn
# Tumbleweed
sudo zypper ar https://download.opensuse.org/repositories/home:/totoshko88:/rustconn/openSUSE_Tumbleweed/ rustconn
sudo zypper ref
sudo zypper in rustconn
# Leap 16.0
sudo zypper ar https://download.opensuse.org/repositories/home:/totoshko88:/rustconn/16.0/ rustconn
sudo zypper ref
sudo zypper in rustconn