|
I'm trying to add a user that I can log into only with ssh. I had assumed that adding I noticed that @Ognian also asked this in a different discussion but didn't see an answer there. |
Answered by
Ognian
Jan 29, 2023
Replies: 2 comments 1 reply
|
Hey @sdwilsh 👋 Thanks for bringing this up - this is indeed a miss in our docs, and we can definitely smooth the UX here by providing a config option for it. Could you please fill in a ticket so we can track it in our sprints? Thanks 🙏! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually I forgot about this ... I found out that this has to do with the sshd config (/etc/ssh/sshd_config) i.e.this. So actually it has to be changed i.e with sed ... but I haven't implemented this yet.