similar to: [Bug 479] add description how to run a ssh tunnel without a full shell on the remote site

Displaying 20 results from an estimated 400 matches similar to: "[Bug 479] add description how to run a ssh tunnel without a full shell on the remote site"

2003 Mar 31
4
[Bug 525] ad a "cygwin-port" product or component to this bugzilla
http://bugzilla.mindrot.org/show_bug.cgi?id=525 Summary: ad a "cygwin-port" product or component to this bugzilla Product: Portable OpenSSH Version: older versions Platform: All URL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=831 09 OS/Version: All Status: NEW Severity:
2011 Sep 21
1
Wine can't see DVD drives, and wont open some apps
I've installed Wine 1.3.28 on Ubuntu 11.04. I've been having some odd problems that I can't seem to get around. My optical disk drives aren't visible when I try to use applications like DVD Shrink, I can't seem to detect them. When I try to install some apps like Amazon Kindle and WoW, they will install, but just not open. When I run Startcraft II, it'll play, but it
2003 Jan 30
0
[Bug 479] New: add description how to run a ssh tunnel without a full shell on the remote site
http://bugzilla.mindrot.org/show_bug.cgi?id=479 Summary: add description how to run a ssh tunnel without a full shell on the remote site Product: Portable OpenSSH Version: older versions Platform: All URL: http://www.openssh.org/manual.html OS/Version: All Status: NEW Severity: enhancement
2003 Feb 24
9
[Bug 500] show how to start-up ssh-agent by default...
http://bugzilla.mindrot.org/show_bug.cgi?id=500 ------- Additional Comments From djm at mindrot.org 2003-02-24 12:43 ------- I think that: [ -z "$SSH_AUTH_SOCK" ] && eval `ssh-agent -s` [ -z "$SSH_AGENT_PID" ] || ssh-add -l >/dev/null 2>&1 || ssh-add Is as effective and a lot more concise. On the other hand, fragile heuristics like: > export
2003 Feb 01
5
[Bug 481] Extend man page with documentation
http://bugzilla.mindrot.org/show_bug.cgi?id=481 ------- Additional Comments From markus at openbsd.org 2003-02-02 00:11 ------- do you have a patch for the manpage? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Nov 08
3
[LLVMdev] Small patch for visual studio project files
Jeff Cohen wrote: > Are you sure your CVS is configured correctly? On Windows, CVS > automatically converts between LF and CR/LF line endings. I sent a > patch to remove all CRs from the repository because when I checked out > the files on Windows, every line had two CRs and a single LF. When VS > saved a modified project file, the extra CR went away, causing every > line to
2003 Feb 01
5
[Bug 480] extend the -l or -L option to mention the ssh-agent's pid
http://bugzilla.mindrot.org/show_bug.cgi?id=480 ------- Additional Comments From markus at openbsd.org 2003-02-02 00:11 ------- this does not belong to the -L or -l option ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Feb 18
7
[Bug 496] add a timeout function to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=496 ------- Additional Comments From markus at openbsd.org 2003-02-19 01:15 ------- that's not too hard with the current code, and you could use the 'passwd' lock feature for something similar: specify timeout x and enter passwd on agent startup. after x seconds of activity the agent will 'autolock'. use ssh-add -X to unlock
2004 Nov 08
0
[LLVMdev] Small patch for visual studio project files
You have to use a version of CVS that's specifically built for Windows. You can find prebuilt Windows binaries at cvshome.org. The cygwin supplied CVS no doubt thinks it's running on Unix, so naturally it won't convert line endings. On Mon, 08 Nov 2004 16:23:30 +0100 Morten Ofstad <morten at hue.no> wrote: > Jeff Cohen wrote: > > > Are you sure your CVS is
2003 Mar 31
1
[Bug 496] add a timeout function to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=496 ------- Additional Comments From hauser at acm.org 2003-03-31 16:56 ------- Created an attachment (id=266) --> (http://bugzilla.mindrot.org/attachment.cgi?id=266&action=view) Readme.txt for the japanese win-ssh-agent.exe/win-ssh-askpass.exe proofread by Nayuta ------- You are receiving this mail because: ------- You are the assignee
2004 May 24
3
CVS pserver available again
I''ve built and installed 1.11.15-5 from the Fedora updates. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2006 Jun 14
2
data set size question
Hi there, I'm very new to R and am only in the beginning stages of investigating it for possible use. A document by John Maindonald at the r-project website entitled "Using R for Data Analysis and Graphics: Introduction, Code and Commentary" contains the following paragraph, "The R system may struggle to handle very large data sets. Depending on available computer memory, the
2003 Feb 19
2
[Bug 498] ssh default identity broken?
http://bugzilla.mindrot.org/show_bug.cgi?id=498 ------- Additional Comments From vinschen at redhat.com 2003-02-19 18:49 ------- Apparently you didn't read /usr/doc/Cygwin/openssh-3.5p1.README. Run ssh-host-config to create the host configuration files and keys and run ssh-user-config to create your personal keys in ~/.ssh. ------- You are receiving this mail because: ------- You are
2003 Mar 10
1
[Bug 506] have ssh-agent and ssh-add also support gnupg
http://bugzilla.mindrot.org/show_bug.cgi?id=506 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2003-03-10 11:24
2003 Nov 01
2
version number bump missed
In release/Makefile, the "BASE" variable still reads 4.8 Cheers, Kent
2004 Nov 08
2
[LLVMdev] Small patch for visual studio project files
We could also do the "cvs admin -kb" thing on all the project files so that cvs won't do keyword expansion or line ending conversion. Thoughts? Reid. On Mon, 2004-11-08 at 07:36, Jeff Cohen wrote: > You have to use a version of CVS that's specifically built for Windows. > You can find prebuilt Windows binaries at cvshome.org. The cygwin > supplied CVS no doubt
2003 Dec 10
1
cvs version 1.11.10 import? [security fix]
On a recent NetBSD commit I saw that they have imported cvs 1.11.10 as a security fix yesterday: http://mail-index.netbsd.org/source-changes/2003/12/10/0025.html http://mail-index.netbsd.org/source-changes/2003/12/10/0026.html itojun has clairfied the commit in a mail sent to tech-userlevel list of NetBSD: http://mail-index.netbsd.org/tech-userlevel/2003/12/10/0003.html Will this affect
2003 Aug 18
3
dynamic IPSEC: Holy grail sighted
Hi, Thanks to some pointers from Christian Kratzer, I am now able to join the office VPN from a random WiFi hotspot. With the configuration files changes detailed below, from a public WiFi hotspot I can now use this 3 step procedure to login to the office VPN. 1) While at hotspot, boot up my -STABLE laptop. 2) Insert wireless card. 3) "rsh server" This procedure works for a DHCP
1998 Aug 26
2
NT timestamps, WINS lookup
On Wed, 26 Aug 1998, Matthew Chapman wrote: > > Two questions. First, timestamps seem to be getting screwed up when I > > access files on the company's NT server. Someone (using NT) creates some > > files. My ls -l output shows them as having screwed up dates (ie, 1935, > > 2027, etc). 95, 98, and NT users see the dates as normal. When I copy > > any files
2006 Nov 28
1
Heimdal & gssapi.h
I've had some trouble compiling GSSAPI on SuSE Enterprise 9 using Heimdal. It turns out that this installation has /usr/include/heimdal/gssapi.h rather than gssapi/gssapi.h. krb5-config correctly sets -I/usr/include/heimdal in the CFLAGS. Looking back, there was a similar issue a few months ago:- http://www.dovecot.org/list/dovecot/2006-July/014945.html I'm a complete newbie to