Displaying 8 results from an estimated 8 matches for "andrich".
Did you mean:
andric
2023 Mar 18
4
Minimize sshd log clutter/spam from unauthenticated connections
Dear OpenSSH developers,
a publicly accessible sshd on port 22 generates a lot of log clutter
from unauthenticated connections. For an exemplary host on a university
network, sshd accumulates 5~20k log lines on a single day (more than 90%
of the total amount of syslog lines). That is despite the host having a
restricted configuration (no SSH password authentication, firewall rate
limit for
2006 Feb 08
1
Question about interaction of external processes and a Rails app
...for my rails app. Is there a point inside rails
where I can integrate such external apps into my rails app? I mean, can
I easily make the model and so on visible to some script outside of the
actual web application? Any best practice guides or suggestions on this?
Best regards,
Oliver
--
Oliver Andrich --- oliver.andrich@gmail.com --- http://roughbook.de/
2023 Mar 18
1
Minimize sshd log clutter/spam from unauthenticated connections
...unt back into your log stream
as Marcus Ranum said in his Artificial Ignorance writeup, the number of times
that an uninteresting thing happens can be interesting.
If you see a big spike (or drop) is these attempts, it can indicate cause for
concern.
David Lang
On Sat,
18 Mar 2023, Carsten Andrich wrote:
> Date: Sat, 18 Mar 2023 13:15:29 +0100
> From: Carsten Andrich <carsten.andrich at tu-ilmenau.de>
> To: openssh-unix-dev at mindrot.org
> Subject: Minimize sshd log clutter/spam from unauthenticated connections
>
> Dear OpenSSH developers,
>
> a publicly acce...
2023 Mar 18
3
Minimize sshd log clutter/spam from unauthenticated connections
On 18.03.23 14:34, David Lang wrote:
> modern syslog daemons (including rsyslog, which is default on just
> about every linux system) allow you to filter efficiently on the
> message contents, not just the severity, so you can opt to throw out
> the messages you don't want.
>
> I advocate for a slightly different way of dealing with it, filter
> these messages from
2006 Feb 09
0
Single Table Inheritance
...8 not null,
primary key (id)
);
An equally simple Model:
class Agency < ActiveRecord::Base
end
class FotoAgency < Agency
end
Why can''t create an instance of FotoAgency in script/console? It seems
as the class hasn''t been loaded so far.
Best regards,
Oliver
--
Oliver Andrich --- oliver.andrich@gmail.com --- http://roughbook.de/
2023 Jun 11
0
Minimize sshd log clutter/spam from unauthenticated connections
On 10.06.23 11:19, Carsten Andrich wrote:
> For the time being, I've deployed a quasi-knocking KISS solution that
> sends an unencrypted secret via a single UDP packet. Server side is
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> realized entirely with nftables
... frankly, for that reason, I like fwknop (in my case, straight fro...
2003 Oct 18
0
Windows XP --> Samba = A-ok! Samba --> Windows XP = Excruciatingly SLOW
...03/10/17 18:50:48
# Global parameters
[global]
workgroup = LOTHM
netbios name = SAMBA
server string = Samba
encrypt passwords = Yes
log file = /var/log/samba-log.%m
wins support = Yes
[test]
comment = for testing only please
path = /usr/local/samba/tmp
read only = No
guest ok = Yes
Thanks,
Mark Andrich
2023 Nov 12
1
restrict file transfer in rsync, scp, sftp?
On 12.11.23 03:52, Damien Miller wrote:
> On Sat, 11 Nov 2023, Bob Proulx wrote:
>
>> I am supporting a site that allows members to upload release files. I
>> have inherited this site which was previously existing. The goal is
>> to allow members to file transfer to and from their project area for
>> release distribution but not to allow general shell access and not