Thanks to visit codestin.com
Credit goes to lib.rs

#passwordless #ssh #autossh #atshell

app atsh

autossh/@shell tool is used to ssh login and allow automatically login without password

4 releases

0.4.3 Jul 31, 2025
0.4.2 Jul 26, 2025
0.4.1 Jul 23, 2025
0.4.0 Jul 22, 2025

#1356 in Network programming

Codestin Search App

173 downloads per month

MIT license

1MB
1.5K SLoC

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

Dependencies

~48MB
~802K SLoC