Displaying 20 results from an estimated 10000 matches similar to: "[PATCH] Correction to ssh_config(5)"
2000 Aug 28
1
[OpenSSH] sample line about ForwardX11 in ssh_config file is not fit to default setting
Hi
OpenSSH developers
I use OpenSSH under FreeBSD. It's cool and useful for me.
By the way, sample line of ForwardX11 in ssh_config was not fit
for default setting in readconf.c. I want to change ssh_config.
----------
In ssh source (src/usr.bin/ssh/readconf.c), currently ForwardX11
is disabled.
731 if (options->forward_x11 == -1)
732
2000 Jan 18
1
Patch to change installation of ssh_config and sshd_config
The NetBSD packages system "forbids" packages from installing stuff outside
of the package tree (typically "/usr/pkg"). OpenSSH installs ssh*_config
into $sysconfdir by default, which violates that rule. Christos Zoulas
reworked Makefile.in to seperate the install from sysconfdir, and I added
some logic to configure.in to add --with-example-dir.
NetBSD's package would
2023 Aug 02
1
[PATCH] ssh_config: reflect default CheckHostIP no
Checking up on this change:
On Wed, 29 Mar 2023 at 19:38, Ed Maste <emaste at freefall.freebsd.org> wrote:
>
> From: Ed Maste <emaste at FreeBSD.org>
>
> By convention settings in ssh_config are shown with a commented out
> default.
>
> Fixes: 6cb52d5bf771 ("upstream: make CheckHostIP default to 'no'...")
> ---
> ssh_config | 2 +-
> 1
2004 Oct 25
1
[Bug 944] ssh_config missing default configuration values for GSSAPI
http://bugzilla.mindrot.org/show_bug.cgi?id=944
Summary: ssh_config missing default configuration values for
GSSAPI
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at
2005 Nov 11
1
Can't get LocalForward to work when using ControlPath
Hello All--
First, thanks for ControlPath/ControlMaster. It's very handy, and
ControlMaster=autoask is just what i wanted!
I'm having difficulty with a common use case, however. I want to
LocalForward on secondary connections using an already-established
ControlPath. From what i can tell, the second ssh connection doesn't
report any errors, but silently ignores the supplied
2015 Feb 18
2
ssh_config "database"/"sort"able format?
Hi there,
I'm in a situation where some of my clients have all these obscurity
things with ssh, like putting it on a different port, or a different
user to login for this specific host not mention several don't have
proper DNS names and and and. Life is to short to debate it with the
client so rather get in line, use ssh_config, and continue to serve
the client.
However, now I have the
2013 Jun 18
0
Problems in slogin.1, sshd_config.5, ssh_config.5
This is automatically generated email about markup problems in a man
page for which you appear to be responsible. If you are not the right
person or list, please tell me so I can correct my database.
See http://catb.org/~esr/doclifter/bugs.html for details on how and
why these patches were generated. Feel free to email me with any
questions. Note: These patches do not change the modification
2007 Feb 13
0
[Bug 1285] no way to override SendEnv directive in /etc/ssh/ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=1285
Summary: no way to override SendEnv directive in
/etc/ssh/ssh_config
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at
2006 Jul 10
1
[Bug 944] ssh_config missing default configuration values for GSSAPI
http://bugzilla.mindrot.org/show_bug.cgi?id=944
mmokrejs at ribosome.natur.cuni.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Comment #3 from mmokrejs at ribosome.natur.cuni.cz
2003 May 20
1
[Bug 572] No Effect "ProxyCommand none" in ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=572
Summary: No Effect "ProxyCommand none" in ssh_config
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
2003 May 28
1
[Bug 579] Can't specify files with whitespace in the name in ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=579
Summary: Can't specify files with whitespace in the name in
ssh_config
Product: Portable OpenSSH
Version: -current
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo:
2010 Sep 14
2
[Bug 1820] New: Long time to find ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1820
Summary: Long time to find ssh_config
Product: Portable OpenSSH
Version: 5.4p1
Platform: All
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: tombert at live.at
2014 Nov 22
6
[Bug 2320] New: end-of-line comments work in sshd_config but not in ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2320
Bug ID: 2320
Summary: end-of-line comments work in sshd_config but not in
ssh_config
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
2020 May 11
0
[Bug 3163] New: teach ssh-keyscan to use ssh_config (plus options like ProxyJump)
https://bugzilla.mindrot.org/show_bug.cgi?id=3163
Bug ID: 3163
Summary: teach ssh-keyscan to use ssh_config (plus options like
ProxyJump)
Product: Portable OpenSSH
Version: 7.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2002 Nov 15
3
apparent ssh_config fascism
It appears that /etc/ssh/ssh_config enforces policy on local users in
addition to its documented role as provider of defaults.
$ ssh -V
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
$ cat .ssh/config
Host localhost
HostbasedAuthentication yes
PreferredAuthentications hostbased
$ ssh localhost
Hostbased authentication not enabled in /etc/ssh/ssh_config
ssh_keysign: no reply
2009 Aug 22
0
expansion of %h in HostName field of ssh_config
Hi
It seems like a nice idea to expand a %h in the HostName field in
ssh_config to the host given as argument to ssh.
often one would have a entry in their ssh_config like:
camel*
User ...
It's okay if the system knows that the host camel01 fx points to the right host.
But what if the actual host is camel01.daimi.au.dk this is something
you wouldn't like to write in your terminal.
2005 Jun 08
0
hashing Hosts in ssh_config file
Hello,
I hope this isn't a stupid question, but after editing
my sshd_config file to set HashKnownHosts to 'yes'
after this feature was recently added it occured to me
that many of those same hosts are listed in "Hosts"
lines in my ssh_config file. (The servers I connect
to use different ports and require different
IdentityFiles, so I set the appropriate options for
each
2007 Sep 21
2
[Bug 1367] New: Please document KbdInteractiveAuthentication in ssh_config( 5)
http://bugzilla.mindrot.org/show_bug.cgi?id=1367
Summary: Please document KbdInteractiveAuthentication in
ssh_config(5)
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: minor
Priority: P2
Component: Documentation
2023 Mar 25
4
[Bug 3552] New: ssh_config option RevokedHostKeys doesn't do tilde expansion on the filename
https://bugzilla.mindrot.org/show_bug.cgi?id=3552
Bug ID: 3552
Summary: ssh_config option RevokedHostKeys doesn't do tilde
expansion on the filename
Product: Portable OpenSSH
Version: 9.0p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2008 Mar 07
1
Command-based ssh_config declarations
How difficult would it be to enhance the client ssh_config file to allow
command-based declarations similar to that provided by the "Host" keyword?
The main reason I need something like this is when ssh is used via CVS and
Subversion. I want all CVS/Subversion traffic to use a different SSH port
and different authentication options.
So... you might have an ssh_config file that