Displaying 20 results from an estimated 1000 matches similar to: "[Bug 1762] Improve the documentation w.r.t. "the user's shell""
2017 Apr 07
2
[Bug 2706] New: remote code execution via ProxyCommand+browser exploit
https://bugzilla.mindrot.org/show_bug.cgi?id=2706
Bug ID: 2706
Summary: remote code execution via ProxyCommand+browser exploit
Product: Portable OpenSSH
Version: 7.4p1
Hardware: All
OS: Mac OS X
Status: NEW
Severity: security
Priority: P5
Component: ssh
Assignee:
2017 Jun 26
0
[Bug 1762] Improve the documentation w.r.t. "the user's shell"
https://bugzilla.mindrot.org/show_bug.cgi?id=1762
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Resolution|--- |WONTFIX
Status|NEW
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
I have the OpenSSH regression tests hooked up to run in Debian and
Ubuntu's "autopkgtest" system, so that they're automatically run on
uploads of OpenSSH itself or any of its dependencies. This is
especially good for enforcing interoperability between it and other SSH
implementations, but it's also pretty good for throwing up occasional
extremely-hard-to-debug failures since
2003 Dec 31
0
Problem with port forwarding on Mac OS X
I have found a problem with port forwarding on Mac OS X (10.2 and
10.3). When I forward
a port to localhost, as in
ssh -R 40404:localhost:40404 somehost
...and the remote system makes a connection on this port, I get the
message
getsockopt TCP_NODELAY: Connection reset by peer
I have tracked this down to the loop in connect_to that gets a list of
addresses from
getaddrinfo and tries them
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
When forwarding a Unix-domain socket, the remote socket path must be
absolute (otherwise the forwarding fails later). However, guessing
absolute path on the remote end is sometimes not straightforward,
because the file system location may vary for many reasons, including
the system installation, the choices of NFS mount points, or the
remote user ID.
To allow ssh clients to request remote socket
2013 Apr 12
0
Wine release 1.5.28
The Wine development release 1.5.28 is now available.
What's new in this release (see below for details):
- GnuTLS used for all secure connections, OpenSSL is no longer needed.
- Mac driver enabled by default.
- Built-in FixedSys fonts.
- New icon for the joystick control panel.
- Postscript driver improvements.
- Various bug fixes.
The source is available from the following
2003 Jul 03
0
[PATCH] Speed up dynamic-forward regression test
Hi All.
The attached patch speeds up the dynamic forwarding regression test:
* moves starting the test sshd to the outer loop.
* kills the sleep of when it's no longer required.
-Daz.
$ time PATH="`pwd`:$PATH" sh ../regress/test-exec.sh `pwd` \
../regress/dynamic-forward.orig.sh
ok dynamic forwarding
real 0m54.585s
user 0m5.760s
sys 0m0.370s
$ time
2010 Apr 26
1
[Bug 1762] New: Improve the documentation w.r.t. "the user's shell"
https://bugzilla.mindrot.org/show_bug.cgi?id=1762
Summary: Improve the documentation w.r.t. "the user's shell"
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Documentation
AssignedTo: unassigned-bugs at
2010 Aug 11
1
sem & psych
Dear R users,
I am trying to simulate some multitrait-multimethod models using the
packages sem and psych but whatever I do to deal with models which do not
converge I always get stuck and get error messages such as these:
"Error in summary.sem(M1) : coefficient covariances cannot be computed"
"Error in solve.default(res$hessian) : System ist f?r den Rechner singul?r:
reziproke
2000 Jul 15
0
openssh-2.1.1p3 - problem with -i option
Greetings:
I've just attempted to upgrade from openssh-2.1.1p1 to openssh-2.1.1p3
and I'm having problems with the server component. My system runs RedHat
Linux 6.2 (x86 version) with all currently released updates applied.
The sshd daemon is being spawned by xinetd with the -i option and worked
fine with the p1 level release.
Now, when a remote client attempts to connect to the daemon,
2014 Jan 15
0
remote port forward failed because of failure resolving localhost to IP with error No such file or directory
Hi all,
I'm using openssh 5.9p1 with the remote port forwarding "ssh -R
20000:localhost:22 xxx at x.x.x.x". The tunnel is set up. But when I write
data to the tunnel, the ssh client failed to forward the data to the
localhost. The debug is below:
debug1: client_input_channel_open: ctype forwarded-tcpip rchan 2 win
131072 max 32768
debug1: client_request_forwarded_tcpip: listen
2019 Oct 04
1
imapsieve administrator scripts are not executed in the order they are defined
Dear dovecot developers,
I have an issue with the Pigeonhole IMAPSieve Plugin and the order in which
administrator scripts are executed. Although I cannot find anything about the
order in which the scripts are executed, I would expect they are executed in
the order they are defined: the one defined by imapsieve_mailbox1_* before the
one defined by imapsieve_mailbox2_* in case both match.
I
2006 Jun 12
1
nmblookup receives response, but doesn't show it
Hi folks,
I find that nmblookup seems to be receiving
responses to name queries, but ignoring them. Here's what's
happening:
# nmblookup somehost
querying somehost on x.y.255.255
name_query failed to find name somehost
But watching the transaction with ethereal on the local
host, I see that:
1. nmblookup on local udp port nnnn (some random number above 1024)
sends an nbns
2006 Jun 29
0
Asterisk with Sipbroker calling / routing problem
Hello all,
I've been using * for quite some time and yesterday I decided to add
sipbroker to my config. It was pretty simple and it works for some
numbers (e.g. I can call *258-9123, UK date & time - which is on the
"phone numbers you can call" page -) but fails for some others.
For example I've got a friend who's at freephonie so to call him, I
would dial
2013 Oct 01
2
sshd accepted fingerprint logging
Currently, LogLevel must be set to VERBOSE to see the fingerprint of an
accepted key, and the default LogLevel is INFO. Since this is useful
security information, I would like to propose that the 'Accepted
publickey' message be modified to include the fingerprint of the
accepted key. Is this a reasonable solution?
Here is an example log snippet with LogLevel VERBOSE:
Oct 1 15:23:24
2005 Mar 31
1
X11 forwarding and session multiplexing
Hi,
A user has noticed that X11 forwarding does not appear to work when using session
multiplexing. It seems that the DISPLAY environment variable is not getting
set in the slave sessions.
Any thought? The ~/.ssh/config ib below.
Host somehost-master
ControlMaster yes
ControlPath ~/.ssh/somehost.sock
HostbasedAuthentication no
HostName somehost
Host somehost-slave
ControlPath
2013 Jul 24
1
[LLVMdev] ubuntu on the mac
24.07.2013, 12:31, "David Chisnall" <David.Chisnall at cl.cam.ac.uk>:
> On 24 Jul 2013, at 08:47, Tyler Hardin <tghardin1 at catamount.wcu.edu> wrote:
>
>> Not much slower. VBox does an amazing job at getting near native performance on modern machines (those with nested paging etc.). This is definitely the best option if your computer has ~2g ram and 2+ cores.
2019 Jan 24
2
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
On January 22, 2019 10:45, I wrote:
> On January 21, 2019 19:00, Darren Tucker wrote:
> > On Tue, 22 Jan 2019 at 12:01, Randall S. Becker
> > <rsbecker at nexbridge.com>
> > wrote:
> >
> > > Hi All,
> > >
> > > I finally got around to trying to test the 7.7p1 release on the HPE
> > > NonStop Platform. 7.6p1 worked just fine - no
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
This provides a mechanism to attach arbitrary configure options into the
ssh_config file and use them from the LocalCommand and ProxyCommand.
Examples:
# set FOO to foo
LocalEnvMod FOO = foo
# append bar to FOO with default separator ","
LocalEnvMod FOO += bar
# unset FOO
LocalEnvMod FOO =
# append foo to BAR with separator ":", if BAR is empty
2008 Aug 09
0
Krb5 + Samba auth problem on subsequent volume mounts
Hi all,
I have, what I think is a relatively simple samba/kerberos problem
that I am not seeing the obvious side to. I'll explain the scenario.
I have an OpenLDAP KDC or Directory Master. For the purposes of this
conversation, it is the authentication server, and the bit that grants/
hands out all the ticket information. I have a Solaris 10 system
running the default Sun shipped Samba