-
GrayGhostI have omnios set up and working with Fedora 41
-
GrayGhostwhen it try to ssh in from window 11 I get it but it will not accept my passwork ?
-
GrayGhostpassword ^
-
m1ariI wonder what you mean about omnios setup and working with fedora 41, (Is it that omnios is a VM on a fedora41 host)
-
m1arione reason for passord not working is if ssh is setup to only allow key based auth
-
GrayGhostit is a laptop with 2 4tb drives just running omnios
-
GrayGhosttrying to log in from a desktop
-
GrayGhostfrom fedora it will accept my passwork , but not windows
-
neitzeland even password logins generally permitted, "root" is by default still exempt from using the password method. (sshd_config "PermitRootLogin prohibit-password").
-
neitzelwhenever i have problems ssh-ing in somewhere, I use one or sometimes even two "-v" options.
-
m1aricheck what user you're actually trying to connect as from windows (double check the command/settings your using and/or check logs on the omnios end
-
GrayGhostI needed to ssh -l username and it worked
-
GrayGhostnow how do I do that with maping a network share ?
-
patrikris there an equivalent of `usermod -aG`?