search for: fuyu

Displaying 19 results from an estimated 19 matches for "fuyu".

2016 Jan 01
3
removing keys from ssh-agent without having key file
ssh-agent does not allow you to remove individual keys without having the key file that was added. To remove these keys the user must remove all keys with ssh-add -D. Would a patch to make ssh-add skip the existence check for the file be considered? The specific use case is that a USB drive is mounted with the key, the key is added to the agent then the USB drive is unmounted.
2015 Feb 20
2
Call for testing: OpenSSH 6.8
...orms and systems as possible. This release contains > > some substantial new features and a number of bugfixes. > > All tests pass on my Linux box. But > https://bugzilla.mindrot.org/show_bug.cgi?id=2342 is a notable > regression. hm, I can't replicate this problem: [djm at fuyu openssh]$ mkdir x [djm at fuyu openssh]$ cd x [djm at fuyu x]$ ../ssh-keygen -t ed25519 -f key -N '' -q [djm at fuyu x]$ ../ssh-keygen -lf ^C [djm at fuyu x]$ rm key ; mv key.pub key [djm at fuyu x]$ ../ssh-keygen -lf key 256 SHA256:0UH+G0Bw+ZP3rqTwxsio5CUTrKkS/kcJ26RwV3Twbyw djm at fuyu (E...
2015 Jan 23
5
[Bug 2342] New: ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342 Bug ID: 2342 Summary: ssh-keygen gives wrong error loading public key message Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-keygen
2015 Nov 20
6
[Bug 2503] New: The sshd log files are insufficient to detect sessions
https://bugzilla.mindrot.org/show_bug.cgi?id=2503 Bug ID: 2503 Summary: The sshd log files are insufficient to detect sessions Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee:
2009 Jan 22
8
[Bug 1550] New: Move from 3DES to AES-256 for private key encryption
https://bugzilla.mindrot.org/show_bug.cgi?id=1550 Summary: Move from 3DES to AES-256 for private key encryption Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Keywords: patch Severity: enhancement Priority: P2 Component: ssh-keygen AssignedTo:
2012 Sep 09
2
Patch for ssh-keygen to allow conversion of public key to openssh format
Hi, I needed to convert a public RSA key to autorized_keys format and found ssh-keygen lacking this feature. I made the option -Q publicfile to allow an conversion like ssh-keygen -Q pubrsa.pem -y The patch is produced using unified diff and made on latest release. If you like it and can make a patch for the man-page also! Regards, /Lars -------------- next part -------------- diff -u
2011 Jan 12
1
[openssh-commits] CVS: fuyu.mindrot.org: openssh
...gure.ac] Turn on -Wno-unused-result for gcc >= 4.4 to avoid silly warnings on write() calls we don't care succeed or not. I fixed the CVS log retrospectively On Wed, 12 Jan 2011, Damien Miller wrote: > CVSROOT: /var/cvs > Module name: openssh > Changes by: djm at fuyu.mindrot.org 11/01/12 13:34:04 > > Modified files: > . : ChangeLog configure.ac > > Log message: > > Diff commands: > cvs -nQq rdiff -u -r1.5786 -r1.5787 openssh/ChangeLog > cvs -nQq rdiff -u -r1.461 -r1.462 openssh/configure.ac > > ViewVC: >...
2008 Aug 29
7
[Bug 69] Generalize SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=69 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Alias| |generalised-askpass -- Configure bugmail:
2008 Sep 05
2
[Bug 1523] New: Log public key identifier on pubkey login
https://bugzilla.mindrot.org/show_bug.cgi?id=1523 Summary: Log public key identifier on pubkey login Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2015 Jul 30
3
Feature Request: Invalid sshd port fallback
I see your point and that makes valid sense;I even change default port. "It would be better to let you know the port is wrong and fail to start until you fixed the problem and selected a valid non-standard port." Is there any reason something like this isn't implemented already? Could it be implemented? On Thu, Jul 30, 2015 at 2:02 PM Ron Frederick <ronf at timeheart.net>
2009 Apr 30
2
ChrootDirectory %h
...ally. Chroot'ing gives the additional feature of restricting filesystem access to a specified part of the tree, nothing more. Especially, it should not distort the kind of actions the user could take if he logged in locally and did `chroot ~`. In <alpine.BSO.2.00.0903291837370.31551 at fuyu.mindrot.org> it was stated that the main reason for not relaxing this restriction is that setuid binaries could be executed. This argument isn't substantive (see arguments 2 to 5): 2.) In most cases, the user can execute the setuid binary using another execution chain, for example if -...
2015 Oct 12
4
[Bug 2479] New: ssh-keyscan non-standard port broken
https://bugzilla.mindrot.org/show_bug.cgi?id=2479 Bug ID: 2479 Summary: ssh-keyscan non-standard port broken Product: Portable OpenSSH Version: 6.9p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh-keyscan Assignee: unassigned-bugs at
2008 Jun 09
1
Problem in RSA Key authentication
...---------------- Message: 2 Date: Fri, 9 May 2008 19:55:20 +1000 (EST) From: Damien Miller <djm at mindrot.org> Subject: Re: ssh works, but sftp doesn't To: kannappan <kannappan at tesbv.com> Cc: openssh-unix-dev at mindrot.org Message-ID: <alpine.BSO.1.00.0805091953370.26137 at fuyu.mindrot.org> Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 9 May 2008, kannappan wrote: > Hello All, > > I have built the OpenSSH provided with the "buildroot" package for ARM > board. OpenSSH version is openssh-4.7p1. > > After starting the SSHD, I am able...
2009 Dec 07
1
[Bug 1683] New: ls /*/foo => lots of error spam
...uct: Portable OpenSSH Version: -current Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: djm at mindrot.org [djm at fuyu ssh]$ sftp -D /usr/libexec/sftp-server Attached to /usr/libexec/sftp-server. sftp> ls /*/foo Couldn't stat remote file: No such file or directory Couldn't stat remote file: No such file or directory Couldn't stat remote file: No such file or directory Couldn't stat r...
2009 Sep 08
1
Support for merging LPK and hpn-ssh into mainline openssh?
> From: Damien Miller <djm () mindrot ! org> > Date: 2009-02-17 4:22:05 > Message-ID: alpine.BSO.2.00.0902171519190.1946 () fuyu ! mindrot ! org > On Tue, 17 Feb 2009, Peter Lambrechtsen wrote: > >> On Tue, Feb 17, 2009 at 3:18 PM, Damien Miller <djm at mindrot.org> wrote: >> > I don't think there are any plans to merge the LPK patch. We really >> > don't want a dependency on LDAP...
2009 Apr 07
11
[Bug 1588] New: sftp client produces
https://bugzilla.mindrot.org/show_bug.cgi?id=1588 Summary: sftp client produces Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: gsocsftp at v6shell.org
2015 Jun 18
7
[Bug 2415] New: Public key failures are not counted and therefore not logged into syslog
https://bugzilla.mindrot.org/show_bug.cgi?id=2415 Bug ID: 2415 Summary: Public key failures are not counted and therefore not logged into syslog Product: Portable OpenSSH Version: 6.8p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component:
2015 Feb 19
34
Call for testing: OpenSSH 6.8
Hi, OpenSSH 6.8 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is
2010 Feb 27
24
Call for testing: OpenSSH-5.4
Hi, OpenSSH 5.4 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a big release, with a number of major new features and many bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH