autossh

Crates.ioautossh
lib.rsautossh
version0.4.3
created_at2024-11-08 08:45:19.410811+00
updated_at2025-07-31 09:35:20.21619+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
id1440993
size1,313,305
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