| Crates.io | atsh |
| lib.rs | atsh |
| version | 0.4.3 |
| created_at | 2025-07-22 00:34:25.429046+00 |
| updated_at | 2025-07-31 09:33:01.748923+00 |
| description | autossh/@shell tool is used to ssh login and allow automatically login without password |
| homepage | https://github.com/idhyt/autossh/tree/main/atsh-cli |
| repository | https://github.com/idhyt/autossh/tree/main/atsh-cli |
| max_upload_size | |
| id | 1762813 |
| size | 1,313,293 |
数据迁移时候整个目录拷贝即可
╰─ 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