Tagged Questions
0
votes
2answers
143 views
Error when I want to create a user on FreeBSD
I'm trying to run FreeBSD (.iso) in a virtual VMWare machine. The useradd command gives me an error:
# useradd pstnc
useradd: Command not found
Why is that? The command is correct and very simple, ...
2
votes
2answers
124 views
Is it possible (and a good idea) to do `pw lock root` on FreeBSD?
I have set up sudo on my FreeBSD server. As I now never want to log in as root anymore, I was wondering whether I should do sudo pw lock root.
My questions are:
Is this possible, without forever ...
6
votes
4answers
693 views
How to set up two-factor authentication with OTP on FreeBSD?
I have a FreeBSD hosted server that I like to be able to get to from anywhere. Normally I use SSH publickey to log in, or if I don't have my SSH private key available then I might use regular password ...