waitfor
authenticate using an SSH server
Install
- All systems
-
curl cmd.cat/waitfor.sh
- Debian
-
apt-get install libpam-sshauth
- Ubuntu
-
apt-get install libpam-sshauth
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpam-sshauth
- Raspbian
-
apt-get install libpam-sshauth
- Dockerfile
- dockerfile.run/waitfor
libpam-sshauth
authenticate using an SSH server
This package provides a simple PAM authentication mechanism using a remote SSH server. If the user is able to ssh to the server configured with libpam-sshauth, they're granted local access.