We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be good to prevent multiple ssh sessions so there are no problems with concurrent access.
To do this go into /etc/security/limits.conf and add pi - maxlogins 1.
/etc/security/limits.conf
pi - maxlogins 1
This should be added in the ansible script and maybe also another user... localadmin should be added as a backdoor in case it gets locked.
The text was updated successfully, but these errors were encountered:
MrKevinWeiss
No branches or pull requests
It would be good to prevent multiple ssh sessions so there are no problems with concurrent access.
To do this go into
/etc/security/limits.conf
and addpi - maxlogins 1
.This should be added in the ansible script and maybe also another user... localadmin should be added as a backdoor in case it gets locked.
The text was updated successfully, but these errors were encountered: