mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
feat: Import bookmarks from ssh config with a CLI command (#364)
* feat: Import bookmarks from ssh config with a CLI command Use import-ssh-hosts to import all the possible hosts by the configured ssh config or the default one on your machine closes #331
This commit is contained in:
committed by
GitHub
parent
4bebec369f
commit
f4156a5059
@@ -11,6 +11,7 @@
|
||||
- [Subcommands](#subcommands)
|
||||
- [Import a theme](#import-a-theme)
|
||||
- [Install latest version](#install-latest-version)
|
||||
- [Import ssh hosts](#import-ssh-hosts)
|
||||
- [S3 connection parameters](#s3-connection-parameters)
|
||||
- [S3 credentials 🦊](#s3-credentials-)
|
||||
- [File explorer 📂](#file-explorer-)
|
||||
@@ -166,6 +167,12 @@ Run termscp as `termscp theme <theme-file>`
|
||||
|
||||
Run termscp as `termscp update`
|
||||
|
||||
#### Import ssh hosts
|
||||
|
||||
Run termscp as `termscp import-ssh-hosts [ssh-config-file]`
|
||||
|
||||
Import all the hosts from the specified ssh config file (if not provided, `~/.ssh/config` will be used) as bookmarks in termscp. Identity files will be imported as ssh keys in termscp too.
|
||||
|
||||
---
|
||||
|
||||
## S3 connection parameters
|
||||
|
||||
Reference in New Issue
Block a user