Displaying 7 results from an estimated 7 matches for "njleann".
Did you mean:
njleanne
2008 Jan 10
8
[Bug 1429] New: ssh -q doesn't suppress all warning messages
...sification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: HPPA
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: njleanne at hotmail.com
Hi all,
One question, the ssh man page says the -q option suppress all warnings
and diagnostics. however, the following condition still has the warning
message appeared on the console:
#man ssh
..............
-q Quiet mode. Causes all warning and diagnostic messages to...
2008 May 15
0
[Bug 52] ssh hangs on exit
https://bugzilla.mindrot.org/show_bug.cgi?id=52
leanne <njleanne at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |njleanne at hotmail.com
--- Comment #58 from leanne <njleanne at hotmail.com>...
2008 Jan 28
10
[Bug 1433] New: sshd.pid has permissions of 666
...ation: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: njleanne at hotmail.com
The sshd.pid under /var/run has the permission of 666, which we think
is a security bug.
we can see that:
# ps -ef |grep sshd
root 9341 1 0 Jan 25 ? 0:02 /opt/ssh/sbin/sshd
root 640 482 0 10:17:10 pts/ta 0:00 grep sshd
# kill 9341
# umask
022
# umas...
2010 May 13
1
sshd dies if passed host key with relative path on command line
Hi all,
I noticed that openssh5.5 finally revised this bug, pls check the bugzilla
https://bugzilla.mindrot.org/show_bug.cgi?id=1290
but when i test it both on linux and hp-ux, it will still fails:
In hp-ux, server side:
root at sshia2# /opt/ssh/sbin/sshd -p 1234 -D -h ssh_host_dsa_key -ddd
..........
debug3: send_rexec_state: entering fd = 9 config len 322
debug3: ssh_msg_send: type
2008 Jan 07
0
ssh -q doesn't suppress all warning messages
Hi all,
One question, the ssh man page says the -q option suppress all warnings and diagnostics. however, the following condition still has the warning message appeared on the console:
#man ssh
..............
-q Quiet mode. Causes all warning and diagnostic messages to be suppressed.
..............
# ssh -q -i ~/.ssh/id_dsa_3 sshpa3 "uname -a"Warning: Identity
2008 May 15
0
"ServerAliveInterval" and "ServerAliveCountMax" doesnt work in openssh50?
Hi OpenSSH team,
We found that openssh5.0 has a bug with the "ServerAliveInterval" and "ServerAliveCountMax" options.
This function doesnt work at all, which means when the Maxtime reached, the ssh will not kill the connection and prompt the infomation "Connection Timedout" as it used to do.
We built the openssh5.0p1 code on the a Linux box, and use the
2007 Nov 13
1
compile error in hp-ux 11.23PA system with OpenSSH4.7p1
Hi all,
I am compiling the OpenSSH4.7p1 on hp-ux PA11.23 system, however, it gives the following bug:
cc +DD64 -I. -I. -I../include/openssl -I../include/tcpwrap -I../include/zlib -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/local/include -I../include/gssapi -DSSHDIR=\"/opt/ssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/ssh/bin/ssh\"