Typo somewhere and ssh with strange things
-
There is a typo somewhere associated with syslogd which results in killing syslogd. The command is '/sbin/sysctl net.inet.flowtable.emable=0'.
Has to be net.inet.flowtable.enable.As you can see, when I try to connect with ssh and a new created user i get an instant lockout. This is a bit annoying. The user was created yesterday and added to the group admins, there I added (in group admins) as Right "Shell-Access" and "copy files".
So looking in passwd I found out that no user "meinereiner" is included. Userfolder exists.
By this way looking for the .ssh-folder I found out that root doesn't have this folder, even when I add a ssh-key to login via key. The user admin has the folder .ssh.Can I somewhere set the Lockout via WebIF? Or reset the lockout? (even via shell is ok.)
(Log in reverse order!)
Sep 28 14:49:32 check_reload_status: syncing firewall
Sep 28 14:49:31 syslogd: kernel boot file is /boot/kernel/kernel
Sep 28 14:49:31 syslogd: exiting on signal 15
Sep 28 14:49:21 php: : The command '/sbin/sysctl net.inet.flowtable.emable=0' returned exit code '1', the output was 'sysctl: unknown oid 'net.inet.flowtable.emable''
Sep 28 14:49:21 last message repeated 11 times
Sep 28 14:49:21 php: : Could not find gateway for interface(wan).
Sep 28 14:47:23 sshlockout[37246]: Illegal ssh login attempt, locking out 10.112.35.2
Sep 28 14:47:23 sshlockout[37246]: Illegal ssh login attempt, locking out 10.112.35.2
Sep 28 14:47:23 sshd[14331]: Failed keyboard-interactive/pam for invalid user meinereiner from 10.112.35.2 port 62085 ssh2
Sep 28 14:47:23 sshd[14331]: error: PAM: authentication error for illegal user meinereiner from 10.112.35.2
Sep 28 14:47:23 sshd[14331]: error: PAM: authentication error for illegal user meinereiner from 10.112.35.2
Sep 28 14:47:16 sshlockout[37246]: Illegal ssh login attempt, locking out 10.112.35.2
Sep 28 14:47:16 sshlockout[37246]: Illegal ssh login attempt, locking out 10.112.35.2
Sep 28 14:47:16 sshd[14331]: Failed keyboard-interactive/pam for invalid user meinereiner from 10.112.35.2 port 62085 ssh2
Sep 28 14:47:16 sshd[14331]: error: PAM: authentication error for illegal user meinereiner from 10.112.35.2
Sep 28 14:47:16 sshd[14331]: error: PAM: authentication error for illegal user meinereiner from 10.112.35.2
Sep 28 14:47:10 sshd[14331]: Failed none for invalid user meinereiner from 10.112.35.2 port 62085 ssh2
Sep 28 14:47:10 sshd[14331]: Invalid user meinereiner from 10.112.35.2 -
This is fixed on the next snaps.
thanks for reporting.