search for: f_mohr

Displaying 16 results from an estimated 16 matches for "f_mohr".

Did you mean: f_mode
2004 May 28
1
[Bug 875] missing escape char in "Bad escaped character" message
...ter" message Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: sftp AssignedTo: openssh-bugs at mindrot.org ReportedBy: f_mohr at yahoo.de in sftp.c (line 372 in 3.8.1p1) the \ escapes the following %c format current: error("Bad escaped character '\%c'", should be: error("Bad escaped character '\\%c'", At least the IBM compiler on AIX complains about that. ------- You are receivi...
2002 Mar 27
0
[Bug 193] New: sshd: error: select: Bad file number
...ad file number Product: Portable OpenSSH Version: 3.1p1 Platform: Sparc OS/Version: SunOS Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: f_mohr at yahoo.de On SunOS the sshd sends "select: Bad file number" messages to syslog. This happens in 2 places: in sshd.c/line 997 (Openssh 3.1p1 release) after generating a new RSA Key: Mar 26 17:53:05 csfauth2 sshd[1474]: Generating new 768 bit RSA key. Mar 26 17:53:06 csfauth2 sshd[147...
2002 Mar 21
0
StrictModes yes fails in some cases on AIX
today I've got a strange error on a AIX 4.3 box (OpenSSH 3.1p1) secure_filename() fails with "realpath /users/fmohr/.ssh/authorized_keys failed: Permission denied" in a (realy special) case: - /users/fmohr/ is mounted by the automounter - the directory is exported via a dfs/nfs gateway - StrictModes is set to yes it works if the mounted directory is directly exported via nfs or
2002 Mar 27
1
(Patch) AIX SRC Support
I've added System Resource Controller Support with Socket Communications to Openssh. We are using this code since 2.9.9p2 on AIX 4.2 and 4.3 without problems. I've also tested the patched OpenSSH 3.1p1 on AIX 5.1. It's mainly based on examples from the IBM Redbook "Writing Reliable AIX Daemons". The SRC request handler supports START, STOP, REFRESH and STATUS requests
2004 Mar 29
2
Flags in pam_password_change_required() (auth-pam.c)
Hi I just "stumbled" over the flags settings in pam_password_change_required(). As far as I looked over the OpenSSH code, setting/resetting the 2nd bit in those flags from auth-options.c whould only make sense if the flags are checked to be 0/1 in the remaining OpenSSH code. Frank
2004 Apr 02
1
(missing) dependencies in Makefile
Hi the OpenSSH Makefile doesn't use any dependencies for header files (except config.h) Is this intended or just left out (as it's usually not a problem). Frank
2004 Apr 02
0
permitopen= IPv6 format
Hi one question about the IPv6 format in permitopen=. Is this ":::/port" used anywhere else? The only documented format for literal IPv6 addresses I found was RFC 2732 as it's used in web-browsers. They specify the address as "[:::]:port" In OpenSSH this would be matched by changing "%255[^/]/%5[0-9]" to "%*[[]%255[^]]%*[]]:%5[0-9]" in the
2004 Apr 06
1
different PAM/ssh server-session sequences for root and regular users?
Hi I just noticed different sequences of PAM/ssh-session calls. (env: OpenSSH 3.8p1 on Linux with PAM-0.75) The channel 0 (server-session) seems to be startet very early for root and and after the pam-session is started for regular users. As a result, regular users don't have a tty when the pam-session modules are called. Is this intended? Frank For root: Apr 6 09:53:53 garfield2
2004 Apr 06
1
No motd, lastlog, stored pam messages displayed
Hi while testing a new pam module i found this problem: System: Linux 2.4.18/OpenSSH 3.8p1 client/server The output from do_login() in session.c (motd, lastlog, stored pam messages) isn't displayed when Privilege Separation is enabled. I added a fflush(stdout) as the last line of do_login(), now it works. Frank
2004 Sep 01
2
sshd reexec mechanism
Hi is there any documentation on the new reexec mechanism in sshd? (didn't find find much about it here on the list) Background of this question: I added a session numbering to our internal version to help keeping all log messages of one client connection together. In 3.9p1 the current number gets lost when the sshd is restartet in the reexec mechanism. I'd like to find a way to pass
2005 May 11
0
SSH_ORIGINAL_COMMAND and no forced command
i just noticed that the env. variable SSH_ORIGINAL_COMMAND is no more set if there is no forced command. was there a reason to do so? Background: I'm using a wrapper that can be used as forced command and as shell. (most of the time as forced command, but now I had a task where it had to be used as shell) The wrapper currently only gets its parameters by parsing the SSH_ORIGINAL_COMMAND
2005 Jun 07
0
Known problems OpenSSH 2.5 -> 4.0p1?
Are there any known problems with scp from OpenSSH 2.5 clients to a 4.0p1 server (both AIX - the new one AIX 5.2)? A customer is migrating data from a old system using OpenSSH 2.5 to our system and complains about not terminating scp transfers. On the new system I see the ssh processes running since a few days with 1 sec CPU time - but no scp process. Frank
2005 Jun 15
0
sftp-logging patch and make tests problem
i tried the sftp-logging patch (v 1.3 from http://sftplogging.sourceforge.net/download/v1.3/) with OpenSSH 4.1p1 (and 4.0p1) with the patch applied, all sftp tests in "make tests" fail (sfp exits with 255) strace shows that there is a SIGCHLD immediately after fork() in connect_to_server() and sftp gets then killed by "SIGPIPE (Broken pipe)" using the same sftp/sftp-server
2005 Jul 13
1
ssh-keygen problem with openssh-4* and openssl-0.9.7g on AIX
hi i got a strange error for openssh-4.0p1 and openssh-4.1p1 (didn't try other versions) with openssl-0.9.7g on AIX 5.1 openssl-0.9.7g and openssh build without errors, "make test" for openssl returns no errors, "make test" for openssh stops at the first connection test "make test" for openssh with openssl-0.9.6m returns no errors (i don't get errors for
2005 Nov 30
1
ClientAliveInterval Question
Hi is there a reason why the ClientAliveInterval is 0 (i.e. turned of) by default? frank ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
2006 Jan 20
0
ownership of authorized_keys (different question)
that "ownership of authorized_keys" question remembered be of a problem we had end of last year. we have some accounts where the user places files to process in the home directory (by scp/sftp), a process running as a diffent user processes those files and puts the results back to the users homedir. the homedir belongs to the user and the other users group with rw access for the user