atsh-lib 0.1.2

autossh/@shell library is used to ssh login and allow automatically login without password
Documentation
1
2
3
4
5
6
7
# # the ssh key used to connect to the remote host

# # you can create one without password:

# # ssh-keygen -t rsa -b 2048 -C "autossh" -N "" -f ~/.config/autossh/autossh_key

# # if no set, will use $HOME/.ssh/id_rsa

# [sshkey]

# public = "/home/idhyt/.ssh/id_rsa.pub"

# private = "/home/idhyt/.ssh/id_rsa"