Displaying 20 results from an estimated 1000 matches similar to: "Exit Codes on Reverse Tunnel bug?"
2010 Mar 09
1
sshd version OpenSSH_5.4p1 fails on OpenBSD 4.2 GENERIC macppc
Because OpenSSH_5.4 doesn't build on my OpenBSD 4.2 box, I tried
OpenSSH_5.4p1 which builds and installs fine.
After starting server with sudo /opt/sbin/sshd -p 2222 -d, my ssh
client can connect, but the session is closed by server as soon as it is
started:
[...]
User child is on pid 10318
debug1: Entering interactive session for SSH2.
debug1: server_init_dispatch_20
debug1:
2010 Apr 02
2
AuthorizedKeysFile with default value prevents Public/Private key authentication
Hi All,
I noticed that if I put:
AuthorizedKeysFile .ssh/authorized_keys in my sshd_config file,
pub/priv key authentication no longer worked.
I am using OpenSSH_5.4p1, OpenSSL 0.9.8n 24 Mar 2010
on Archlinux.
Sam
****************** Here is my WORKING config ******************
Port 22
ListenAddress 0.0.0.0
Protocol 2
PermitRootLogin no
PubkeyAuthentication yes
#AuthorizedKeysFile
2011 Oct 06
1
OpenSSH hanging
Hi there,
I'm having some strange behaviour from OpenSSH
It presents itself when using the "ssh -t" / pseudo terminal.
We are using this feature to update the wtmp and it is working fine on
SuSE and RH, but our AIX hosts are getting hung. The first attempt is
usually successful, but eventually, the session is hung and the CRTL-Z
does not put the process into
2013 Jun 19
2
sshd didn't run after upgrade to FreeBSD 8.4
The version of sshd in FreeBSD 8.4 is not backward compatible with older
version from 8.3.
OpenSSH_5.4p1 (on FreeBSD 8.3)
OpenSSH_6.1p1 (on FreeBSD 8.4)
# sshd -t
/etc/ssh/sshd_config line 19: Missing argument.
On line 19, there is:
VersionAddendum
It was OK in older versions. It will remove any default text appended to
SSH protocol banner (for example 'FreeBSD-20120901').
On
2010 Aug 02
7
Persistent SSH sessions
Hi all
I have an ADSL modem which reboots when there is a power cut and the
inverter (UPS) kicks in. Internet access is down for a duration of 1
to 2 minutes while the modem boots.
I have many SSH tunnels and shells active. Due to the default
"TCPKeepAlive On" setting, these sessions are terminated almost
immediately.
I tried the following configuration:
sshd_config on server:
2011 Aug 25
1
Add missing -o options in ssh(1) manual
A few options appear to be missing from the list in ssh's manual.
The one I didn't add is EnableSSHKeysign, whose description implies
it is only effective when placed in the system-wide config file.
Index: ssh.1
===================================================================
RCS file: /cvs/src/usr.bin/ssh/ssh.1,v
retrieving revision 1.319
diff -u -p -r1.319 ssh.1
--- ssh.1 7 May 2011
2011 Mar 09
0
Match and ChallengeResponseAuthentication
Hi,
I'd like to allow PAM authentication only from the local network, and
from the Internet only allow public key authentication.
A similar-enough problem has been discussed on this list previously:
http://www.gossamer-threads.com/lists/openssh/dev/47179?search_string=match%20challengeresponseauthentication;#47179
More specifically, I would like to allow PAM authentication from the
2009 Sep 12
3
how to find maximum for multivariable data
Dear all,
I have a data set as follows:
ID cycle.number cycle.result
1 2525 1 38
2 2525 2 38
3 2525 3 25
4 2525 4 25
5 2525 5 25
6 2525
2019 Jun 27
6
Reverse DNS
Hi Rowland,
Just as a test, I installed the dhcp server in the DC ( in the lab). Then configured the dhcp as per the wiki
This is what I see. And again the forward zone update despite the errors but the reverse doesn't
When releasing the lease
Jun 27 10:55:07 server5-ad dhcpd[2525]: Release: IP: 192.168.14.198
Jun 27 10:55:07 server5-ad dhcpd[2525]: execute_statement argv[0] =
2010 Apr 16
4
logging details
Are there plans to expand the logging capabilities in OpenSSH, so that the details of what files were moved using sftp is included? If not, does anyone know of a good way to capture this information? Thanks in advance, - Sue
Susan K. Diller
UNIX Systems Administration
PAETEC Communications, Inc.
600 WillowBrook Office Park
Fairport, New York 14450
*(585) 413-2320
* susan.diller at
2010 Mar 24
6
[Bug 1739] New: getcwd does not support size zero argument on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=1739
Summary: getcwd does not support size zero argument on Solaris
Product: Portable OpenSSH
Version: 5.4p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
2004 Jun 28
5
iproute and shorewall
Hi,
I got a problem with iproute and shorewall but I don''t know where the real
problem is yet, perhaps someone can shed any light on this one.
What we currently do is route all traffic coming from a specific host through
our second isp''s nat router. This is done via SNAT on our own router.
/etc/shorewall/masq:
eth2 $INTERNALHOSTA 192.168.0.142
We now
2017 Mar 14
3
Relaiable ssh tunnel via systemd
We try to run a reliable ssh tunnel vis systemd.
This is the unit configuration file:
{{{
[Unit]
Description=Tunnel For %i
After=network.target
[Service]
User=autossh
ExecStart=/usr/bin/ssh -o "ExitOnForwardFailure yes" -o "ServerAliveInterval 60" -N -R 40443:installserver:40443 -R
8080:installserver:8080
ExecStartPre=-/usr/bin/ssh tunnel@%i "for pid in $$(ps -u
2006 Jan 31
3
ZAP <--> sip(polycom301) can not hear each other
please help!!!
I am dialing into our asterisk server(TDM400p) from the psnt. I hear our voicemail message and I press the extention 1000. The Polycom ip phone in the office rings. I pickup but neither side can hear one another. What have I done wrong?
thanks
sip.conf:
[general]
context=local-access ; Default context for incoming calls
bindport=5060
2016 Jan 13
6
[Bug 2525] New: Please add an alias such as -o Insecure for -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
https://bugzilla.mindrot.org/show_bug.cgi?id=2525
Bug ID: 2525
Summary: Please add an alias such as -o Insecure for -o
UserKnownHostsFile=/dev/null -o
StrictHostKeyChecking=no
Product: Portable OpenSSH
Version: 6.7p1
Hardware: amd64
OS: Linux
Status: NEW
Severity:
2010 Mar 11
6
[Bug 1734] New: IPv6 address in port forward options (-L) requires square brackets
https://bugzilla.mindrot.org/show_bug.cgi?id=1734
Summary: IPv6 address in port forward options (-L) requires
square brackets
Product: Portable OpenSSH
Version: 5.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo:
2015 Mar 25
3
FYI: SSH1 now disabled at compile-time by default
On Tue, Mar 24, 2015 at 10:37 PM, Dan Kaminsky <dan at doxpara.com> wrote:
> On Tuesday, March 24, 2015, Damien Miller <djm at mindrot.org> wrote:
>
>> On Tue, 24 Mar 2015, Dan Kaminsky wrote:
>>
>> > Hmm. Feels a little aggressive for ssh client. Support heartily for
>> sshd.
>>
>> People who need it can build their own, or OS vendors
2016 Feb 11
3
LMTP proxy does not pass RCPT TO: ... 5xx response back
Hello,
I'm using dovecot 2.2.9 and a director/backend setup.
On the director I've the LMTP in proxy mode, mapping the users to one of
the backends.
The backends to quota check and return the OverQuota message already at
RCPT TO time.
Here is what I typed, connected to the director
Connection to director1 2525 port [tcp/*] succeeded!
220 director1.rz.hs-example.de Dovecot
2019 Jun 27
1
Reverse DNS
Hi Guys,
Thank you for your emails. Here is the info
/etc/apparmor.d/local/usr.sbin.dhcp
/etc/dhcp/ r,
/etc/dhcp/** r,
/etc/dhcpd{,6}.conf r,
/etc/dhcpd{,6}_ldap.conf r,
/usr/local/bin/dhcp-dyndns.sh ix,
/bin/grep rix,
/usr/sbin/samba rix,
/usr/bin/gawk rix,
/bin/hostname rix,
/usr/bin/wbinfo rix,
/usr/bin/heimtools rix,
/usr/bin/logger rix,
/usr/bin/kinit.heimdal rix,
/bin/date rix,
/dev/tty
2017 Mar 14
4
Relaiable ssh tunnel via systemd
Am 14.03.2017 um 15:10 schrieb Nico Kadel-Garcia:
> Look into the "autossh" program, which is very good to manage and
> maintain such tunnels.
>
Hi Nico and other ssh users,
Systemd restarts the ssh if it terminates. AFAIK this is all that is needed.
But maybe I am missing something. Is there a feature of autossh that I don't
get with systemd?
--