authorized-keys-test
Read and modify ssh's authorized_keys files
Install
- All systems
-
curl cmd.cat/authorized-keys-test.sh
- Debian
-
apt-get install libnet-ssh-authorizedkeysfile-perl
- Ubuntu
-
apt-get install libnet-ssh-authorizedkeysfile-perl
- Kali Linux
-
apt-get install libnet-ssh-authorizedkeysfile-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnet-ssh-authorizedkeysfile-perl
- Dockerfile
- dockerfile.run/authorized-keys-test
libnet-ssh-authorizedkeysfile-perl
Read and modify ssh's authorized_keys files
Net::SSH::AuthorizedKeysFile reads and modifies authorized_keys files. authorized_keys files contain public keys and meta information to be used by ssh on the remote host to let users in without having to type their password.