This repository was archived by the owner on Mar 23, 2025. It is now read-only.
Releases: termius/termius-cli
Releases · termius/termius-cli
1.2.15
The release contains:
- Fixed security issue: https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-1022152
1.2.14
The release contains:
- Fixed dependencies for Python 2.7, 3.5
1.2.13
The release contains:
Bugfix:
- Fixed building on CI
- Added handling of HTTP status indicating about using an outdated version
Security:
- Removed storing of passwords and passphrases locally
1.2.12
1.2.11
1.2.6
The release contains:
Bugfix:
- Fixed hosts creation
- Fixed sync for users with enabled two-factor authentication
- Fixed sync for port forwarding rules
- Improved validation of user's input
- Improved tables displaying
New features:
- Implemented import of SecureCRT sessions via
import-hostscommand
1.1.2
v1.1.1
v1.1.0
The release contains:
Bugfix:
- Fixed issues with bad encrypted data
- Fixed the disappearance of the user authentication data after ssh configs merging
- Improved text for help messages
New features:
- Added support of two-factor authentication
New commands:
termius init(login, pull, import-ssh-config, push)termius import-ssh-config(Import hosts from ssh config to local storage)termius export-ssh-config(Export hosts from local storage to ./termius/sshconfig)
v1.0.2
This release contains several fixes:
- a fix of
hostscommand – it list hosts as Termius app doing it; - a fix of
groupscommand; - a fix of quoting a identity file path, when using
connectcommand.