Skip to content
New issue

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

Usability improvements for legacy users #1

Open
1f5 opened this issue Dec 25, 2022 · 0 comments
Open

Usability improvements for legacy users #1

1f5 opened this issue Dec 25, 2022 · 0 comments

Comments

@1f5
Copy link

1f5 commented Dec 25, 2022

Please add this to the appropriate places.

Enable users trying to connect to portal.portal to connect to the portal as intended.

echo “192.168.77.1	portal.portal” >> /etc/hosts
echo “local=/portal/“ >> /etc/dnsmasq.conf

Print a helpful message to users trying to login with username open.

echo “Match User open
        Banner /etc/banner-open” >> /etc/ssh/sshd_config

echo “Dear legacy-user,
login using the user "open" is no longer supported.
Please log in with open-front for opening the front door or open-back for opening the back door
For more information read the documentation at https://wiki.shackspace.de/infrastruktur/portal300
Farewell,
open” >> /etc/banner-open

useradd -r -s /bin/false open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant