Displaying 20 results from an estimated 400 matches similar to: "[PATCH] ssh.1: balance square brackets in the synopsis"
2017 Mar 07
4
[Bug 2690] New: Add command line "ssh --version"
https://bugzilla.mindrot.org/show_bug.cgi?id=2690
Bug ID: 2690
Summary: Add command line "ssh --version"
Product: Portable OpenSSH
Version: 7.2p2
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2020 Jan 26
1
[Bug 3115] New: Add --help
https://bugzilla.mindrot.org/show_bug.cgi?id=3115
Bug ID: 3115
Summary: Add --help
Product: Portable OpenSSH
Version: 8.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
2024 Oct 19
1
[PATCH] ssh.1: balance square brackets in the synopsis
Arnout Engelen:
> I noticed the square brackets in `destination [command [argument...]`
> were not balanced,
But they are. Not only with mandoc(1), but also with groff(1).
destination [command [argument ...]]
--
Christian "naddy" Weisgerber naddy at mips.inka.de
2014 Jun 23
1
-h, --help option
Hi,
tmux author refuses to add -h, --help option, because OpenSSH
does not have it [1]. I don't see why convenience features of tmux
should depend on OpenSSH, but because I have no other choice
(and got curious) I ask here - why OpenSSH doesn't provide -h or
--help option?
I use PuTTY as my client, which processes --help option, and for
`ssh` binary I usually use Google + StackOverflow.
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
Beste tinc-developer,
Ik moet van mijn baas een aantal VPN's aanleggen en ben nu thuis bezig om te
testen. Ik heb 2 computers in een thuisnetwerkje (totaal 6 computers)
geinstalleerd met SuSe 7.3, daar de klanten dit ook hebben. De computers zijn
verbonden met een switch.
Dit is de inhoud van mijn bestanden:
Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0
2013 Nov 23
2
[Bug 2174] New: no-pty in authorized_keys does not prevent and interactive shell
https://bugzilla.mindrot.org/show_bug.cgi?id=2174
Bug ID: 2174
Summary: no-pty in authorized_keys does not prevent and
interactive shell
Product: Portable OpenSSH
Version: 6.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: security
Priority: P5
Component: sshd
2009 Feb 18
1
ssh -f & pid
Hi,
Ssh -f forks itself in the background. Very usefull if you would like to
e.g. tunnel munin over ssh. Now it's tricky to terminate one process if
you have multiple running.
It seems that ssh currently (looked at 5.1p1) has no write-pid-to-file
functionality
So I implemented a patch which do so. Tested it a little and it seems to
work. Hopefully it is of any use in my form or inspires the
2009 Oct 14
3
RPostgreSQL: unable to load shared library
Hello list,
I'm using R 2.9.2 on a WinXP system, and I installed the RPostgreSQL
library using the package installer. When trying to load it, I get the
following error:
> library('RPostgreSQL')
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
'C:/PROGRA~1/R/R/library/RPostgreSQL/libs/RPostgreSQL.dll':
LoadLibrary failure: The
2005 Apr 15
1
gnlr3 location parameter
Hi list,
my previous question was obviously too basic to deserve an answer -
apologies for that. I'm learning, things can only get better :-)
My current problem is with fitting a generalized gamma distribution with
an additional "shift" parameter, that represents a shift of the
distribution along the X axis.
The gnlr3 function (in Jim Lindsey's GNLM package) fits this
2009 Jul 09
0
[PATCH] Allow binding to a local port (OpenSSH 5.2)
OpenSSH supports the -b bind_address argument for binding to a local
IP address when connecting to a remote host.
It's however currently not possible to specify a local port to bind
to, something I've found useful at several occasions.
Below is an unified diff that introduces the [-B bind_port] option to
ssh(1) and a ssh_config(5) style option "BindPort bind_port".
This allows
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
Allow users to specify certificates to be used for authentication on
the command line with the '-z' argument when running ssh. For
successful authentication, the key pair associated with the certificate
must also be presented during the ssh.
Certificates may also be specified in ssh_config as a
CertificateFile.
This option is meant the address the issue mentioned in the following
2012 Sep 15
2
ssh(1) documentation for -L and -R
I found that the documentation for -L and -R was hard to understand.
So I made some changes to try to make it clearer. I started with Revision
1.328 from http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/ssh.1
Comments welcome.
================ ssh.1.patch ================
--- ssh.1 2012/09/15 16:08:48 1.1
+++ ssh.1 2012/09/15 20:23:35
@@ -51,13 +51,13 @@
.Op Fl F Ar configfile
.Op Fl I
2024 Jan 06
14
[Bug 3649] New: Control sockets do not connect anymore (after updating OpenSSH)
https://bugzilla.mindrot.org/show_bug.cgi?id=3649
Bug ID: 3649
Summary: Control sockets do not connect anymore (after updating
OpenSSH)
Product: Portable OpenSSH
Version: 9.6p1
Hardware: ARM
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
2013 Aug 12
1
openssh 6.2
To the openssh community;
I have installed openssh 6.2 on my mac book pro and tried to ssh to a server and the ssh session hangs. The host
server shows that a connection was established but I cannot return a prompt to indicate that I am connected
to the server. Can someone advise?
Thanks in advance
======>HOST SERVER
[ALLOC133 /export/home/tinker] netstat -a |grep msp9022.XX.XXX.COM.ssh
2003 Jan 24
0
user shares
Hello,
I've a question about the configuration of samba.
The apache webserver can be configured so that every user can set its
own wegpage online by creating a "public_html" directory in his home
directory.
Is it possible to configure samba in the same way? So that every user
can create his own share?
Arnout
--
Arnout Boelens
Voldersgracht 4a
2611 ET Delft
015-2136222
2005 Apr 14
0
gnlr/3 question
Hi list,
I'd like to fit generalized gamma and weibull distributions to a number
of data sets. I've been searching around and found references to R and
Jim Lindsey's GNLM package, which has the gnlr and gnlr3 procedures that
can do this.
Now, I'm completely new to R, and I'm working my way through the
introduction... Nevertheless, I'd like to ask if someone could post
2012 Sep 13
1
[Bug 54892] New: [patch] confusing error message with noaccel
https://bugs.freedesktop.org/show_bug.cgi?id=54892
Bug #: 54892
Summary: [patch] confusing error message with noaccel
Classification: Unclassified
Product: xorg
Version: git
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2004 Aug 17
0
dropouts
hi all
I keep getting 'bzzt'-sounding dropouts, but I've only heard them when
from behind NAT. I don't think it's related to bandwidth, as I'm on a
2400/640 ADSL line. I'm currently using ALAW. Any ideas how to debug
this? SIP DEBUG doesn't show me anything when dropouts happen, although
I'd doubted it'd do so... How can I debug the RTP part of SIP?
2017 Oct 10
3
tunnel device name acquisition?
Numerous how-tos all over the Internet show how one would set up
a tunnel using ssh, e.g.:
ssh -f -o Tunnel=ethernet <server_ip> true
I was wondering if there's a way to subsequently acquire the names
of the local and remote tun/tap interfaces (e.g., using the default
"-w any:any") for subsequent automatic tunnel configuration, e.g.:
ip link set $TapDev up
ip link set
1997 May 15
1
Vulnerability in Elm-ME+
Hello,
I have confirmed that the recently-reported vulnerability in Elm is also
present in Elm-ME+ and thus also in Debian GNU/Linux version 1.2, prerelease
version 1.3, and development tree "unstable".
Below is a short diff to correct the problem.
Debian GNU/Linux 1.2.x uses stock Elm 2.4pl25. Users of that version of Elm
should upgrade to Elm-ME+ as detailed below.
Debian 1.3