Displaying 20 results from an estimated 1000 matches similar to: "OpenSSH - Connection problem when LoginGraceTime exceeds time"
2006 Jan 13
2
LoginGraceTime
Hello,
We've found some undesirable behavior with respect to LoginGraceTime. A
minor code change in session.c seems to clear it up, but now I'm asking
for help in better understanding the problem and determining if there
any unexpected side effects of the change.
First, the code change:
$ diff orig_session.c session.c
216c216,218
< alarm(0);
---
>
2016 Sep 15
3
[Bug 2615] New: LoginGraceTime bypass (DoS)
https://bugzilla.mindrot.org/show_bug.cgi?id=2615
Bug ID: 2615
Summary: LoginGraceTime bypass (DoS)
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
2003 Dec 20
7
README.Solaris9-X86
The "--disable-strip" configure option is required as the Solaris9-X86
linker/loader will not be able to load any of the executables and will
display a "Killed" message. Similarly, 'ldd' will fail with a "file has
insecure interpreter" error message.
Performing a loader or ldd test from the OpenSSH installation directory on the
compiled executables within the
2004 Mar 04
4
SSH + Kerberos Password auth
Hello,
I have a question about SSH with Kerberos password authentication .
Do I receive any host ticket to my client machine when I do ssh connection
with Kerberos password authenticaiton? If dont, why?
If I login to remote machine through telnet with Kerberos Password
authentication [through PAM-kerberos], then I can see the tickets with
klist. But with the same setup for sshd, I cannot see
2004 Jan 19
3
OpenSSH - forced command - no-pty issue
Hello Darren,
The major problem we are running into is that the shell (both sh and ksh)
does not kill its child processes when there is no pty. The SSH patch
mentioned previously at
http://bugzilla.mindrot.org/show_bug.cgi?id=396
is not sufficient to kill the forced command completely.It will only kill
the shell script, but not any child processes the shell script runs. The
shell assumes the
2004 May 04
3
Error with USE_POSIX_THREADS and OpenSSH-3.8p1
Hello,
I am using OpenSSH-3.8p1 on HP-UX machine with USE_POSIX_THREADS option.
This is for making the kerberos credentials file to be created in the system
with PAM. In OpenSSH versions 3.5 when authentication is done with pam
kerberos, a /tmp/krb5cc_X_Y file is created on the server side. But the
KRB5CCNAME variable is not set by default. So, after we manually set this
environment variable, the
2005 Feb 23
3
Send outgoing calls to a SIP gateway
How do I route all the outgoing calls through a SIP gateway, this should send more than one outgoing call to the sip gateway at once. please show me the sample configurations on how to do this.
my SIP gatway can accecpt direct IP traffic or SIP proxy traffc.
Thank You
Kanishka
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Oct 10
2
slogin <host> -n
slogin "deadlocks" if you invoke it with the (useless, but legal)
switch "-n". stdin is not passed to it (and the local ssh process
ignores stdin), so it is not possible to kill it using <<~.>>
Should the "-n_ switch be disallowed for an interactive invocation?
Martin
--
<Martin.Kraemer at Fujitsu-Siemens.com> | Fujitsu Siemens
Fon:
2005 Feb 23
2
Creating extension groups
Hi
I want to create 2 groups of extensions, for example group 1 can't make outgoing calls they can only call other extensions and extensions of group 2. group 2 can call any of the extensions + they can make out going calls using our SIP server.
Please let me know how to do this. I was going through the docs and I sae that I have to specify a group in zapta.conf , this is not clear please
2005 Feb 27
1
limit SIP extention outgoing calls
Hi
how do i set an SIP users to make outgoing calls that is worth only $5. if they exceed $5 they can't make any calls. what i need is not a calling card, but to limit outgoing calls for SIP users depedning on a value i give.
I use realtime asterisk.
Thank You
Kanishka
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jun 24
1
Quota based on LDAP group
Hi
I have a setup where my dovecot (2.0, if that makes a difference) authenticates
against an LDAP directory. In my scenario, I have two types of users, lets
call them "normal" and "privileged". What I need is for the normal user to
have a fixed quota, but for the priviledged to have none. (The users do not
exist on the underlying system, so I cant do quota based on FS)
2004 Mar 16
1
ssh timeout
Hello,
I am wondering if there is any way I can get ssh to timeout (return) if
nothing is entered when prompted for a password? I understand there is
a LoginGraceTime value that can be used in the sshd_config file, but
that still doesn't make ssh return (exit) when no password is ever
entered. The command just hangs until a <return> is pressed. Is there
any way to make it return
2000 Feb 14
3
Binding ssh to priviledged port breaks rule (port < 1024 => system service)
I'm sure there is a rationale for binding the ssh client to a
priviledged port. (Which?)
However there are several drawbacks to this:
o It breaks firewall rules that assume that user connections start at
port > 1024 or > 32768.
o It breaks monitoring software using the same assumptions.
o Every suid program is a separate evil (caused by the flawed security
model in most unices).
I
2002 Jun 13
1
MaxStartups
Hello,
What is the effect of MaxStartups in the configuration file sshd_config?
How this keyword effects the working of sshd?
regards
Kumaresh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020613/8306c832/attachment.html
2002 Jul 22
2
Kerberos-4 client configuration
Hi all,
I want to configure Kerberos as the authenticating service for Secure
Shell.I am using a Linux machine as the KDC.
I have successfully configured the server (Linux machine) as KDC.
My client machine is HP-UX Version 11.11.
Now when i initialize the client for kerberos by running "kinit" in the
HP-UX machine(client), it displays
"kinit: Time is out of bounds
2004 Mar 19
1
rsa_public_encrypt : exponent too small or not odd error with SSH-1 with OpenSSL0.9.7d
Hello,
I have compiled OpenSSL-0.9.7d - the lastest version and when
OpenSSH-3.7.1p2 is compiled with this ssl library [0.9.7d], I am getting the
following error when SSH-1 connection is done. I am using HP-UX IPF box and
I am doing 32 bit compilation only. Even I have changed the optimization
level for OpenSSL and no use.
Any clue why this problem is occuring?
Advance thanks,
Kumaresh
2004 Mar 28
1
Challenge Response authentication
Hi All,
Is there a difference in 3.6 and 3.7 implemetaion of ChallengeResponse
authentication?
Also, what is the impact of setting UsePAM yes and no with respect to this
authentication method and expiry passwords.
Thanks,
Kumaresh
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date:
2004 Apr 02
1
PAM_LDAP fails with 3.7.1p2 when Shadow password installed on HP-UX 11.11
Hello All,
We have been successfully using PAM_LDAP authentication with OpenSSH-3.6 on
our HP-UX 11.11. When OpenSSH-3.7.1p2 is installed [with Darrens' password
expiry patch 26], and when Shadow password bundle is installed on the
system, our ssh authentication failed. Even, when the source is compiled
without Darren's patch, the same bahaviour is seen and there is no success.
When
2003 Sep 16
0
[PATCH] contrib/cygwin: ssh-host-config and README file update
Hi,
could anybody with check in privileges apply the following patch to the
contrib cygwin directory? It only updates ssh-host-config to create the
*_config files matching the latest versions in the top level dir and it
updates a version number in README.
Thanks in advance,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file:
2005 Mar 24
0
R: music on hold error
I've got the same problem. MusicOnHold works if I use something like:
Exten => 1111,1,MusicOnHold()
but if I try to answer a call and then transfer or put on hold the call, I get no music.
Does anyone have any idea?
Bye,
Gianluca.
_____
Da: Kanishka Somaratne [mailto:kani@technoportal.biz]
Inviato: gioved? 17 marzo 2005 5.53
A: asterisk-users@lists.digium.com