#passwordless #ssh #atsh #atshell

app autossh

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

7 releases

0.4.3 Jul 31, 2025
0.4.2 Jul 26, 2025
0.3.2 Nov 29, 2024

#767 in Network programming

Download history 1/week @ 2025-07-07 361/week @ 2025-07-21 167/week @ 2025-07-28 17/week @ 2025-08-04 2/week @ 2025-08-11 19/week @ 2025-08-18 11/week @ 2025-08-25 6/week @ 2025-09-01 1/week @ 2025-09-08

448 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

~41MB
~753K SLoC