Displaying 3 results from an estimated 3 matches for "sshoption".
Did you mean:
ssh_option
2000 Aug 18
0
[PATCH] Support symlinks in scp of openssh 2
...8 04:14:40 2000
@@ -253,5 +253,5 @@ struct passwd *pwd;
uid_t userid;
int errs, remin, remout;
-int pflag, iamremote, iamrecursive, targetshouldbedirectory;
+int linkflag, pflag, iamremote, iamrecursive, targetshouldbedirectory;
#define CMDNEEDS 64
@@ -280,5 +280,5 @@ main(argc, argv)
memset(sshoptions,0,sizeof(sshoptions));
sshoptionsend = sshoptions;
- while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:o:S:q46")) != EOF)
+ while ((ch = getopt(argc, argv, "adfLprtvBCc:i:P:o:S:q46")) != EOF)
switch (ch) {
/* User-visible flags. */
@@ -289,4 +289,12 @@ main(argc, argv)...
2006 Mar 09
0
rsync failures through ssh tunnels
...that even after ssh sets up the tunnels
that rsync sits in a sleep state forever.
Any pointers will be greatly appreciated.
#!/bin/sh
# by db
# date: 20060306
#
sshuser="sshuser"
rsyncuser="rsuser"
rhost="rhost.asu.edu"
pforward="8730"
rport="873"
sshoptions="-fN -L $pforward:localhost:$rport "
module="home"
dest="uc-sirc1/home/"
echo "Connecting to host $rhost"
echo /usr/bin/ssh $sshoptions $sshuser@$rhost
echo "beginning sync operation"
echo /usr/bin/rsync -av rsync://localhost:$pforward/$module $de...
2006 Nov 11
3
tunneling through stdin/stdout, source routing
Hi,
quite often I find myself using commands like
$ ssh foo nc bar 12345
to connect to another host behind a firewall, and I also have a lot of
these commands in my ssh config file. Since this relies on the server
having netcat available (which a lot don't, or in some really old
version that will not shut down properly) it breaks often, and I wonder
whether it would make sense to have an