SSH Tunnel allows you to easily manage and precisely control your ssh tunnels.
SSH Tunnel is able to remember the ssh login password and save it to OS X's keychain. Furthermore, SSH Tunnel is designed to automatically reconnect when your Mac is waking up from sleep.
Notable Features:
- Auto launch when log in OS X
- Can manage multiple ssh tunnels and port forwardings
- Individual port forwarding can be enabled or disabled at will
- Automatically reconnect after disconnected by errors or waking up from sleep
- Remember and autofill ssh login passwords in OS X keychain automatically
- Able to manage private keys, and can remember / forget passphrases of private keys in keychain
- Tunnels can be imported from / exported as JSON file
SSH Functions:
- Support Local / Remote Port Forwarding tunnels
- Can create and share HTTP, HTTPS and SOCKS5 proxy (aka Dynamic Port Forwarding)
- Able to compress SSH connection
- Support public-key, password, keyboard-interactive authentication methods
- Support Google Authenticator and Authy for two-step verification
- Support multi-factor authentication
- Can deal with DSA, RSA, ECDSA, ed25519 private key types
- RFC4716, PKCS#8 and PEM key formats are supported, compatible with OpenSSH
SSH Tunnel support mail: [email protected]
This hot-fix release solved following bugs introduced in version 16.03:
- Critical bug: crashes while sending large amount of data
- Fixed: crashes if server contains illegal characters
- Main window can be resized to a smaller size
Version 16.03 (Mar 02, 2016)
1. Fixed: respect "Address Family" strictly on the local side
2. Fixed: make initial data-exchange more responsive
3. Fixed: respect strict host key check setting
4. Fixed: refine Window Menu to make it comply with OS X Human Interface Guidelines
5. Added: able to duplicate a port forwarding by clicking "Actions", "Duplicate..." from main menu
6. Added: use current selected tunnel name as window title
7. Added: make tunnel name editable on left list panel, and remove "Name:" field from right summary panel
8. Added: list enabled authentication methods on right summary panel
9. Improved: port forwarding list grows automatically until reaches the bottom edge of screen
10. Other minor improvements