Displaying 7 results from an estimated 7 matches for "foertsch".
Did you mean:
pfoertsch
2005 Mar 05
2
[Bug 993] adding and removing forwardings via the control connection
...oduct: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: torsten.foertsch at gmx.net
Hi,
the attached patch implements adding and canceling of remote port
forwardings by communicating with a running ssh client via a control
socket.
Thus, one can do this:
ssh -MNfS ~/.ssh/ctl remotehost
and then:
ssh -S ~/.ssh/ctl -O add-rforward 2000:forward:80 localhost
to a...
2008 Nov 05
1
Polish stemmer?
Hi,
is there a xapian stemmer suitable for polish or czech languages?
Thanks,
Torsten
2002 Dec 15
2
isolinux
hey guys,
im attempting to build my own linux distro. My first step is too get a linux
kernel and ramdisk image on a bootable cd via isolinux.
my problem seems to NOT be with pxelinux/isolinux, but with the kernel. Im
not postive so here whats happening.
the machine boots, and loads isolinux from the cd and presents a "boot:"
prompt to me. after i type in the kernel label it seems
2004 Nov 24
1
remote port forwarding timeout?
Hi,
is it possible to establish a remote port forwarding with a timeout? I want
ssh -R 2000:x.y.z:80 --remote-forwarding-timeout 10 sleep 100
to return after 100 sec. But the remote sshd should be listening on port 2000
only for 10 sec and then close the listening socket. For the last 90 sec port
2000 should not be forwarded anymore but established connections should
remain working.
If it
2005 Mar 04
1
[PATCH] controlling remote port forwarding over control path
Hi,
the attached patch implements adding and canceling of remote port
forwardings by communicating with a running ssh client via a control
socket.
Thus, one can do this:
ssh -MNfS ~/.ssh/ctl remotehost
and then:
ssh -S ~/.ssh/ctl -O add-rforward 2000:forward:80 localhost
to add a new remote forwarding or
ssh -S ~/.ssh/ctl -O cancel-rforward localhost:2000 localhost
to remove it.
The
2010 Aug 18
10
Networker & Dedup @ ZFS
Hi,
We are considering using a ZFS based storage as a staging disk for Networker. We''re aiming at
providing enough storage to be able to keep 3 months worth of backups on disk, before it''s moved
to tape.
To provide storage for 3 months of backups, we want to utilize the dedup functionality in ZFS.
I''ve searched around for these topics and found no success stories,
2004 Sep 08
0
[PATCH]Extending user@host syntax
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
the following patch extends the user at host syntax on the ssh command line to
allow an additional HostKeyAlias and Port to be given as a single argument, eg:
ssh user at localhost%8022,www.tdl.com
is equivalent to
ssh -o 'HostKeyAlias www.tdl.com' -p 8022 user at localhost
The patch is particularly useful when ssh is called from