Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - srich

#1
I just tried the process again--I created a new user, new group, and gave the group login privileges via SSH--all via the GUI, but to no avail. Having the root user logged onto the console or logged off does not affect the behavior either.  Is there some other manner in which I can provide sftp access to a group over my LAN (protected interface).
Thanks for any advise anyone can profer.
#2
I did everything through the UI per the instructions on the site.  I just verified the settings after the fact.
#3
password authentication is set to yes:

/usr/local/etc/ssh/sshd_config:
AllowGroups wheel family
PermitRootLogin yes
ChallengeResponseAuthentication yes
PasswordAuthentication yes

#4
They are the same:

family:*:2000:scott,testuser
#5
etc/group:
family:*:2000:scott,testuser
etc/passwd:
testuser:*:2001:65534:Test User:/home/testuser:/bin/csh

/usr/local/etc/ssh/sshd:
AllowGroups wheel family

Both user scott and user testuser encounter the same issue.

#6
I did all of the above, and still have the issue.  I know that I setup the group and the users correctly becasue I can see the appropriate entries in /etc/passwd (for the shell) and /usr/local/etc/ssh/sshd for the group.  Something else seems to be amiss
#7
I included the group in login groups for secure shell originally.  The etc/passwd file includes the user with the appropriate home directory and shell; however, above that there is the following entry:
'sshd:*:22:22:Secure Shell Daemon:/var/empty:/usr/sbin/nologin'  Could this be overriding any users which are listed after that?
#8
Hello,
  I did assign csh, yet I still have the problem.  The user's home directory has a  .cshrc file and a .login file indicating that the shell is set correctly (I think), but I still get the issue. 
Thanks
#9
I made a typo in my original post.  I m only able to login via SSH as root, and not as any other user including a user with super-user privileges.  I am running version 21.1.4.  If anyone has any insight into what I might be doing incorrectly, please let me know.
Thanks
#10
Hello,
  I am able to login via ssh as root using password for login.  I have created a group with super-user privileges and a member user with super-user privileges for testing purposes.  The tester via the webgui indicates a successful login attempt, but when I login, I receive a message of the form: 'NO LOGINS: System going down at 22:15 / Administrator refusing you: /var/run/login'  When I login as root, I can switch user to the account I created.  The .login file for my user indicates it is using csh for its login script. as I had setup via the webgui. My intent is to eventually have normal users be able to sftp to and from the machine, but am unable to do so now because of this limitation.  Has anyone experienced this issue prerviously, and does anyone know of a fix or what I have done incorrectly to create the issue?
Thanks in advance.
#11
Zenarmor (Sensei) / Re: Unable to install Sensei
April 12, 2021, 06:20:43 AM
I solved the problem by installing via command line and rebooting.  Thanks
#12
Zenarmor (Sensei) / Re: Unable to install Sensei
April 12, 2021, 01:44:42 AM
Hello,
  I have opnsense 21.1.4 installed, and I am running into the same issue, namely when I install the os-sunnyvalley plugin, I get no errors, but if I attempt an update, I get a message stating:  'repository SunnyValley contains packages for wrong OS version: FreeBSD: 12: amd64.  My plugins display similarly only shows the plugins I have installed (and no available plugins), with an indication that each of the plugins is orphaned.  Attempts to update and reboot do not change the error.  If I remove the sunnyvalley plugin, I once again see all available plugins and can successfully check for updates.  Has anyone else seen this issue and found a fix?  Thanks