Displaying 20 results from an estimated 20000 matches similar to: "[Bug 1727] New: document that HashKnownHosts may break tab-completion"
2010 Mar 01
2
[Bug 1724] New: ssh(1): document that '-S none' disables connection sharing
https://bugzilla.mindrot.org/show_bug.cgi?id=1724
Summary: ssh(1): document that '-S none' disables connection
sharing
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: http://bugs.debian.org/471437
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
2010 Mar 01
2
[Bug 1725] New: use x11.pc when linking gnome-ssh-askpass2
https://bugzilla.mindrot.org/show_bug.cgi?id=1725
Summary: use x11.pc when linking gnome-ssh-askpass2
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: http://bugs.debian.org/555951
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
2016 Dec 09
2
HashKnownHosts vs @cert-authority
Hi folks,
maybe I am too blind to see, but would it be possible to
avoid extra entries in known_hosts, if the remote host
has a signed public key matching a @cert-authority line?
Something like
Host *
HashKnownHosts unsigned
This could help to keep the known_hosts file small and
yet get all the unsigned public keys in.
Just a suggestion, of course. Regards
Harri
2010 Mar 01
4
[Bug 1726] New: ChrootDirectory doesn't work with SE Linux
https://bugzilla.mindrot.org/show_bug.cgi?id=1726
Summary: ChrootDirectory doesn't work with SE Linux
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: http://bugs.debian.org/556644
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
2024 Jun 24
0
[Bug 3703] New: HashKnownHost deprecation
https://bugzilla.mindrot.org/show_bug.cgi?id=3703
Bug ID: 3703
Summary: HashKnownHost deprecation
Product: Portable OpenSSH
Version: 9.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2014 Apr 29
8
[Bug 2238] New: sftp exits on bad tab completion
https://bugzilla.mindrot.org/show_bug.cgi?id=2238
Bug ID: 2238
Summary: sftp exits on bad tab completion
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: OpenBSD
Status: NEW
Severity: minor
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
2010 Mar 01
3
[Bug 1723] New: ssh-copy-id gets confused when an agent has no loaded identities
https://bugzilla.mindrot.org/show_bug.cgi?id=1723
Summary: ssh-copy-id gets confused when an agent has no loaded
identities
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: http://bugs.debian.org/221675
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
2008 Jan 03
0
[Bug 866] ssh(1) is too picky about unknown options in ~/.ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=866
Josh Triplett <josh at freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |josh at freedesktop.org
--- Comment #13 from Josh Triplett <josh at freedesktop.org> 2008-01-03
2010 Mar 01
4
[Bug 1728] New: unnecessary "./" in slogin and slogin.1 symlinks
https://bugzilla.mindrot.org/show_bug.cgi?id=1728
Summary: unnecessary "./" in slogin and slogin.1 symlinks
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at
2010 Mar 01
2
[Bug 1722] New: Please update config.guess and config.sub
https://bugzilla.mindrot.org/show_bug.cgi?id=1722
Summary: Please update config.guess and config.sub
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: http://bugs.debian.org/538301
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
2011 Jun 07
1
Cases of TAB-completion that hang Rterm
FYI,
via a bug report of one of my packages, I discovered that the
following cases will hang Rterm when using TAB completion:
CASE #1:
Adding an empty default function for tail() causes Rterm on Windows to
hang if one press TAB at the prompt:
% Rterm -vanilla
> tail.default <- function(...) {}
> [PRESS TAB]
Error in specialOpLocs(text) :
(list) object cannot be coerced to type
2010 Jan 05
7
[Bug 1692] New: sshd sometimes dies when sent multiple SIGHUPs in quick succession
https://bugzilla.mindrot.org/show_bug.cgi?id=1692
Summary: sshd sometimes dies when sent multiple SIGHUPs in
quick succession
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug
/497781
OS/Version: Linux
Status: NEW
2010 Feb 09
3
[Bug 1713] New: configure fails to recognise getseuserbyname and get_default_context_with_level
https://bugzilla.mindrot.org/show_bug.cgi?id=1713
Summary: configure fails to recognise getseuserbyname and
get_default_context_with_level
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug
/188136
OS/Version: Linux
2010 Jun 29
2
[Bug 1788] New: simple option to ignore known_hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=1788
Summary: simple option to ignore known_hosts
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: avalon at
2011 Jun 13
1
Bash rotating tab completion with list
I just got off a Windows 7 terminal which has rotating tab completion,
this means that in the case of completion ambiguity the shell
completes one of the possibilities, and subsequent tabs complete to
different possibilities. This in contrast to bash's behaviour of
simply printing a list of possibilities.
Googling I have found that bash can in fact have rotating completion
by setting
2009 Nov 10
1
How to remove/prevent trailing space after tab completion in R shell
Hi -
Not a mission critical issue, but still highly annoying. I just upgraded R
to 2.10.0 (the binary for Ubuntu karmic) and the tab completion facility now
inserts a space after every completed term (something it didn't do in 2.9.0
or 2.9.2). It wouldn't be an issue so much if it weren't for the fact that
it screws up tab-completing the next term, i.e. if I have a list of lists of
2010 Jun 20
1
Tab-completion in Rails 3
I''d like to see tab completion introduced for the commands -- while
the single-character aliases are nice, tab-completing is in my muscle
memory, as I suspect it is in many others, too.
I''ve written a very rudimentary completion script which merely
completes the command name in Bash: http://gist.github.com/445941
What are your thoughts on this? Would it be possible to get it
2010 Jan 21
6
[Bug 1702] New: PreferredAuthentications setting doesn't work when spaces are used as documented
https://bugzilla.mindrot.org/show_bug.cgi?id=1702
Summary: PreferredAuthentications setting doesn't work when
spaces are used as documented
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ssh
2008 Aug 31
1
[RFC][PATCH] ui: label completion on tab key
This implements the label completion on tab key idea. It does introduce
"labelcompl" as new config keyword. The default value is 0 so it does not
change current behaviour.
If you press tab with an empty command line it will display all labels. If the
command line contains any characters it will display the matching labels.
This patch is only intended for testing since i didn't check
2006 Jan 12
1
KSH tab completion
does anyone know how to get ksh to use tab completion?
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office: (325) 677-5900
fax: (325) 676-0529
http://www.nams.net
NAMS III, NAMS 2000 Centralized, NAMS BMX