atsh

Crates.ioatsh
lib.rsatsh
version0.4.3
created_at2025-07-22 00:34:25.429046+00
updated_at2025-07-31 09:33:01.748923+00
descriptionautossh/@shell tool is used to ssh login and allow automatically login without password
homepagehttps://github.com/idhyt/autossh/tree/main/atsh-cli
repositoryhttps://github.com/idhyt/autossh/tree/main/atsh-cli
max_upload_size
id1762813
size1,313,293
idhyt (idhyt)

documentation

README

demo

Usage

数据迁移时候整个目录拷贝即可

╰─ tree ~/.atsh.d
~/.atsh.d
├── atsh                             # autossh.exe / atsh.exe in windows
└── .atsh.d                          # atsh data
    ├── atsh.db                      # records database
    ├── atsh_key                     # ssh private key
    ├── atsh_key.pub                 # ssh public key
    ├── config.toml                  # config file with little information
    └── logs                         # log directory
        └── 2025-07-21.json

免密登录、数据迁移、本地构建等参考文档 README.md

Commit count: 77

cargo fmt