search for: rinne

Displaying 5 results from an estimated 5 matches for "rinne".

Did you mean: sinne
2000 Jul 07
0
Patch to add scp -L option
...roblems with this patch, or if there is anything I can do to help get this feature into the official openssh version. -------------- next part -------------- --- openssh-2.1.1p2.orig/scp.c Thu Jun 22 06:32:32 2000 +++ openssh-2.1.1p2/scp.c Fri Jul 7 12:28:27 2000 @@ -8,6 +8,11 @@ * * 1995 Timo Rinne <tri at iki.fi>, Tatu Ylonen <ylo at cs.hut.fi> * + * Changes: + * + * 2000/7/7 Jason Spangler <jasons at usemail.com> + * Added nonprivilaged port option -L that passes -P option to SSH + * */ /* @@ -93,6 +98,9 @@ and passphrase queries are not allowed). */ int batchm...
2000 Jul 20
3
scp over 2 hosts
Hi folks, I have the that I must copy some through a Plag-Gateway of a Firewall over 2 host. A secure connection via "ssh - t hosta ssh -t hostb" works fine, but does this work with scp too? Icould not realize it either with scp (1.2.27 of ssh.com) or scp from openssh. Do you have any ideas? Thanks Stephan
2000 Sep 18
0
scp.1
...+(respectively), using your own username, into directory +.Ar dir +on +.Ar omega +.Ns : +.Dl % scp alpha:src1 beta:src2 omega:dir +.Pp +Copy +.Ar src +from account +.Ar ken +on machine +.Ar gamma +into +.Ar dest +in the current working directory: +.Dl % scp ken at gamma:src dest .Sh AUTHORS Timo Rinne <tri at iki.fi> and Tatu Ylonen <ylo at cs.hut.fi> .Sh HISTORY
2002 Jun 03
3
[PATCH] forwarding environment vars ala RFC2026
I have coded a patch witch allows to forward environment variables from the client to the server. To specify forwarding in your ssh client add the option ForwardEnv varname # forward varname with value # as in environment of the # ssh client. If variable is # not defined in the environment # of the ssh client nothing will # be forwarded. ForwardEnv varname=value # forward
2017 Apr 02
0
rdb and rds files include abolute file paths / help understanding how lazy-load dbs are created
Hi, I'm trying to understand why/how absolute file paths are stored in .rdb[1] and .rds[2] files during package installation. As a consequence building the same r package in different directories does not produce identical .rdb and .rds files. The background is that I work on reproducible builds[3] of R packages. I think this is important from an engineering point of view but also from a