search for: baragon

Displaying 4 results from an estimated 4 matches for "baragon".

Did you mean: aragon
2005 Jan 09
2
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=934 ------- Additional Comments From opensshbugzilla at prikryl.cz 2005-01-10 03:38 ------- Hello, I'm author of the metioned SFTP client (WinSCP). I have been just experimenting with this issue. For me realpath does succeed on OpenSSH server on Linux (shell.sourceforge.net). With OpenSSH client (sftp) I'm able to enter the
2005 Sep 03
1
Loggin of authorized keys
This is a follow-up on a thread from last year requesting that openssh indicate which authorized key was accepted during a login as opposed to just logging that a key was accepted... Here's the old message: It is possible for ~user/.ssh/authorized_keys to have multiple entries. It would be quite helpful if openssh would enhance the log to indicate WHICH key was
2006 Feb 22
5
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52 imaging at math.ualberta.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #801 is|0 |1 obsolete| | ------- Comment #18 from imaging at math.ualberta.ca 2006-02-22 16:24
2004 Dec 01
2
remote command word splitting
Hello, I have a suggestion about the way ssh does word splitting on commands which have been passed to it for remote execution. It appears that what is currently done is, if there are extra arguments on the ssh command line for a remote command, (1) split each of these arguments into a list (2) concatenate the resulting lists to get the command arguments. So we get behavior like $ perl -le