similar to: badpw = "\b\n\r\177INCORRECT"

Displaying 20 results from an estimated 2000 matches similar to: "badpw = "\b\n\r\177INCORRECT""

2005 Oct 18
7
Asterisk Redundency
Hi, I wish to use Asterisk as a SIP server. How do I use Asterisk in a redundent network? So, if one Asterisk server fails, how does failover work? James
2001 Oct 17
3
Again: bugs in contrib/solaris/opensshd.in and buildpkg.sh
(Shame on me: wrong filename in last posting, now here are correct diffs) in contrib/solaris/ (openssh-SNAP-20011017.tar.gz) 1) buildpkg.sh makes wrong link for /etc/init.d/opensshd 2) /etc/init.d/opensshd has not-working killproc here my version tested on Solaris 2.4 and 8 (no pgrep with solaris 2.4, XARGS was undefined, simpler syntax) J?rg --- contrib/solaris/buildpkg.sh Fri Oct 12
2017 Mar 27
0
Users list and the date the password will expire
On Sun, 26 Mar 2017 20:51:26 -0400 Mark Foley wrote: > > On Sun, 26 Mar 2017 19:31:48 -0400 Mark Foley wrote: > > > > On Sun, 26 Mar 2017 19:53:01 +0100 Rowland Penny wrote: > > > > > > On Sun, 26 Mar 2017 14:32:53 -0400 > > > Mark Foley via samba <samba at lists.samba.org> wrote: > > > > > > > > > > as root: >
2017 Mar 27
0
Users list and the date the password will expire
Matt - thanks for the tip on passwdqc. That is not installed by default on Slackware, but it is in the SlackBuilds repository. I'll install it and check it out. On Mon, 27 Mar 2017 13:32:53 -0400 Matt Savin wrote: > > Hello Mark, > > Thank you for sharing! I would probably replace password length and > complexity check with: > > if [[ $(echo -e
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory (eg: when you ssh into a machine and pkgadd the new openssh, it will not kill your current (or anyone else's sshd session) onanother_note: the buildpkg.sh could use some exec_prefix functionality... to deal with ./configure --prefix= --exec_prefix=/usr *** bak/opensshd.in Fri Oct 19 13:36:24 2001 ---
2018 Apr 04
0
How to change Domain password as normal user?
On Wed, 4 Apr 2018 08:37:26 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Tue, 03 Apr 2018 23:34:13 -0400 > Mark Foley via samba <samba at lists.samba.org> wrote: > > > On Sat, 31 Mar 2018 17:04:22 +0100 Rowland Penny <rpenny at samba.org> > > wrote: > > > > > > On Sat, 31 Mar 2018 11:42:07 -0400 > > >
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system verify that this should be done? It looks right, but I want another opinion before commiting. - Ben > On Wed, 27 Feb 2002, Antonio Navarro wrote: > >> Hi Ben, >> >> I have made some modifications to the buildpkg.sh script that is >> distributed with openssh. >> >> I am sending it to
2010 Jun 30
1
PAM Module:Openssh and Tacacs+ Question
Hi, I am trying to get Openssh 5.5p1 to work with TACACS+. I have the TACACS + PAM module compiled on Ubuntu. I have compiled SSH --with-pam. When the user is defined in /etc/passwd, the SSH authentication to the TACACS+ server takes place successfully. If I REMOVE the user from /etc/passwd OpenSSH sends a string called INCORRECT to the TACACS+ server and it denies authentication. I am trying
2012 Feb 13
8
Call for testing: OpenSSH-6.0
Hi, OpenSSH 6.0 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains a couple of new features and changes and bug fixes. Testing of the new sandboxed privilege separation mode (see below) would be particularly appreciated. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The
2001 Jul 12
4
kernel panic with ext3 and cbq
Hello, I'm usign Kernel 2.2.19 with ext3 0.0.7b patches. I'm also using cbq to control bandwidth. The cbq is correctly creating the classes and queueing disciplines but, whenever I call cbq stop I get a kernel panic: > Aiee, killing interrupt handler > Kernel panic: Attempted to kill idle task! > In interrupt handler - not syncing The exact line in cbq script that is
2002 Jul 16
1
opensshd.in
I've had the wrong sshd daemon killed by "killing using alternate method" too many times. Would this cause anyone any grief? --- opensshd.in.old Sun Oct 21 16:42:02 2001 +++ opensshd.in Mon Jul 15 19:34:16 2002 @@ -3,11 +3,8 @@ # # Stripped PRNGd out of it for the time being. -AWK=/usr/bin/awk CAT=/usr/bin/cat KILL=/usr/bin/kill -PS=/usr/bin/ps -XARGS=/usr/bin/xargs
2006 Jul 11
2
How to use SSH with Failed Login attempts and locking accounts
I have searched the FAQ's and have not seen an answer to this question. I have also read the manuals for the SSH and have not found an answer to this issue. My question is this: I am using openssh (OpenSSH_4.2p1, OpenSSL 0.9.8 05 Jul 2005) on MP-RAS Version 3.3.1.8 and 3.2 and I desire to allow a user to fail login for any reason only 3 (three) times and then lock the account. I can use
2016 Jun 29
3
SSH Closes Immediately After Opening
I used the latest version from here: http://www.mls-software.com/opensshd.html On my other (Windows 10) machine (on which openssh works), I have cygwin installed, but if ssh was using cygwin, I wasn't aware of it. I just ran ssh from the command prompt. Wallace Forman 913-669-4453 On Wed, Jun 29, 2016 at 4:37 PM, ?ngel Gonz?lez <keisial at gmail.com> wrote: > On 29/06/16 21:36,
2006 Sep 19
5
weird DH problems
Dear Damien and Darren, I recently ran into a really weird and spooky ssh problem. My brain is going to mad trying to explain that it is a hardware issue since on two machines, one of which is a Celeon 2.8 Ghz with 1 GB RAM, another is a Xeon 4 CPU box with 3 Gig RAM and I guess 3 Ghz or something, both of which are running FreeBSD 6.1 with latest version of OpenSSH bundled with it. The version
2005 Apr 19
2
rsync over ftp
Hello, I would like to use rsync client over ftp. I know how to use it with ssh but it just can't work with ftp or ncftp. The purpose of usign it with ftp is simple: most webhosting soft. like cpanel or plesk don't monitor ssh bandwidth usage. You need to monitore it in order to suspend an over-quota account. I tried the following: rsync -avze '/usr/bin/ftp -nv' /tmp/testdir
2006 Feb 23
6
fax receive using TDM400P
Guys. Ive been testing how to receive faxes using TDM400P cards and so far, after playing with gains, echocancell and echotraining on zapata.conf.. Ive ha dno luck, faxes come in as garbage or broken or with blank lines. Anybody has successfully done this? Any tips.. Also I have some ideas: 1. Is it really possible to get fxes on a fax machine using ATAs like the sipura 2002? Even using ulaw
2011 May 20
5
regression coefficient for different factors
Dear R-helpers, In my dataset I have two continuous variable (A and B) and one factor. I'm investigating the regression between the two variables usign the command lm(A ~ B, ...) but now I want to know the regression coefficient (r2) of A vs. B for every factors. I know that I can obtain this information with excel, but the factor have 68 levels...maybe [r] have a useful command. Thanks,
2010 Mar 03
2
[Bug 1730] New: With a radius server setup, sshd still requires a local user in /etc/passwd
https://bugzilla.mindrot.org/show_bug.cgi?id=1730 Summary: With a radius server setup, sshd still requires a local user in /etc/passwd Product: Portable OpenSSH Version: 5.4p1 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: PAM support
2006 Jan 17
2
OpenSSH, Radius, PAM & NOUSER issue
Hi ! Sorry to bring back the infamous "NOUSER" in the conversation but I didn't get the workaround on that problem. Firstly, I'm using : - openssh-3.1p1-15 which is the version which comes by default with my Red Hat Linux Advanced Server release 2.1AS. - I'm using PAM, set up to use radius. Please find below the /etc/pam.d/sshd file : #%PAM-1.0 auth
2004 Feb 17
1
Problems usign samba with Windows XP Pro
Hello, I have upgraded my computer from W2K to W XP Pro. I use samba connections to reach an Aix server (4.3.3), on which samba 2.2.8a is installed. Before upgrading my computer, everything worked perfectly, but since, the first time I try to access a file or directory on a samba network filesystem, I takes approximately 5 to 6 minutes to make connection. After that, response time is fine. Do