Displaying 20 results from an estimated 20000 matches similar to: "Can I disable socket, only enable ssh tunnel ?"
2007 Mar 22
3
error with rsync and ssh
Hi
I running a rsync server using version 2.6.3pre1 in a Solaris 10 server.
When I try to use ssh to encrypt my data, the rsync client fails with
this message:
rsync -avz -e ssh winbox.exe zone43@zone43.gridzones.com::backups
Password:
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(434)
My config
2004 Dec 19
2
SSH Tunnel Problem
I have set up an Rsync server on FreeBSD 5.3 and plan
on having windows clients synchronize data to it.
Rsync running as a daemon works fine. I can
successfully copy data up to the server and view it
via scp.
Also- I can connect via ssh and run rsync as well.
HOWEVER- I cannot connect "passwordless" with SSH and
then connect to the rsync daemon. The following
demonstartes what I
2008 Dec 12
4
Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)
Hi list,
After reading rsync docu and doing online search, I still failed to find
a simple solution for following problem:
The goal is to sync two directories using rsync without running the
rsync daemon on one of the two hosts. The standard shell sync does not
work because of the network topology:
Ssh connect to SRC-Host
^
Base host (with ssh keys)
v
Ssh connect to bridge
2005 May 15
3
rsync via tunnel - 3 boxes separated by internet
Hi,
I have searched the archived, and see this question has come up with
some frequency, but the solution by the original poster is never posted
or the question is not answered completely. I have also RTFM (rsync and
ssh), and I've been trying examples that I have googled.
So here it is again.
BoxA --internet-- BoxB (accessable only by ssh) -- BoxC
I want to backup BoxC to BoxA. I want
2007 May 17
1
Newbie: Route some traffic through a pptp tunnel
I have a centos 4 i386 machine that works like a
router (iptables filter, NAT) with two NIC''s.
One NIC is connected to my ISP (100 Mbit FTTH),
I get a DHCP assigned public IP that changes
"sometimes". Most incoming ports are blocked
by my ISP.
In order to get a fixed IP and open ports, I
have to set up a PPTP tunnel to the ISP.
The default gw and the NAT''ing goes to
2010 May 28
3
Gelman 2006 half-Cauchy distribution
Hi,
I am trying to recreate the right graph on page 524 of Gelman's 2006
paper "Prior distributions for variance parameters in hierarchical
models" in Bayesian Analysis, 3, 515-533. I am only interested, however,
in recreating the portion of the graph for the overlain prior density
for the half-Cauchy with scale 25 and not the posterior distribution.
However, when I try:
2011 Apr 26
1
Connection to rsyncd over ssh tunnel seems to choke up (v2.6.9 Ubuntu)
I have been running the following (from a cron script with a non password
authorized_key exchange) ...
rsync -aP -vv --exclude=".*/" -e 'ssh -fN user at site.com.au -L
8873:127.0.0.1:873' rsync://localhost:8873/data/ /data/
... and not getting much to happen as either evidenced in
/var/log/rsyncd.log or as artefacts on the local file system.
Then I started to execute the
2002 Jun 28
1
Problem in optim(method="L-BFGS-B") (PR#1717)
Full_Name: Jörg Polzehl
Version: 1.5.1
OS: Windows 2000
Submission from: (NULL) (193.175.148.198)
When calculating MLE's in a variance component model using constrained
optimization, i.e. optim(...,method="L-BFGS-B",...) I observed an inproper
behaviour in cases where
the likelihood function was evalueted at the constraint. Parameters and value of
the
function at the constraint
2007 Dec 04
4
remote logging non-daemon mode
Greetings all. Due to security concerns we are switching our backup
processes from "SSH tunnel to rsync daemon" to "Running rsync over ssh
in --server mode". In daemon mode we had a nice conglomerate log file
of all of the backups that ran. Now that I am tweaking the scripts to
run over --server mode I see that by default there is no remote
logging. From what I have read on
2004 Jun 11
1
rsync through ssh tunnel
Hi,
I want to keep the content of some directories
on different Linux servers synchronal. I have on
every Linux server an account for connecting to
via ssh. This account has no root permissions.
But some directories require root priviledges.
I wand to use rsyncd as a deamon on the target
hosts.
My Idea was to build a ssh tunnel first and then
using rsync via this tunnel.
ssh -S -l user
2010 Feb 25
1
secure Xapps tunnel
hi,
eventually newbie:
i want to show remote X-apps on my desktop.
now, i know from google that xhost and xauth is not the way to
so that very secure.
now, i have a ssh_config with X forwarding enabled and a server with
forwarding enabled, too.
now when i connect to server i read that ssh creates automaticaly a
Xauthory file.
So i know that this is the xauth way with supercookies etc.
but i
2006 Feb 01
1
Cauchy distribution limits
I have question (curiosity) regarding returned values of R's qcauchy
() function,
for nonexceedance probability (F). It seems the ideal returned range
of cauchy distribution should be [-Inf,Inf].
For F=0
> qcauchy(0)
[1] -Inf
but for F=1
> qcauchy(1)
[1] 8.16562e+15
It seems to me that the proper return value should be Inf???
For default (location=0,scale=1) quantile function of
2006 Oct 31
3
rsync error: error starting client-server protocol
Hi folks,
I have the following problem.
I have installed
1.) a rsync daemon on a windows machine under cygwin
2.) installed a tunnel via ssh from the remote machine to my pc
3.) I could run rsync from the remote machine to make bakups
On the remote machine and on my pc I have rsync version 2.6.6
protocol version 29.
The network admins decided to make 2.) inpossible. So I build the
ssh
2017 Mar 14
4
Relaiable ssh tunnel via systemd
Am 14.03.2017 um 15:10 schrieb Nico Kadel-Garcia:
> Look into the "autossh" program, which is very good to manage and
> maintain such tunnels.
>
Hi Nico and other ssh users,
Systemd restarts the ssh if it terminates. AFAIK this is all that is needed.
But maybe I am missing something. Is there a feature of autossh that I don't
get with systemd?
--
2012 May 22
1
decrypt udp tunnel
Hi everyone, this is my first email to this list.
I've successfully set up a tinc tunnel between my OpenWRT (TPLINK
MR3220) and my laptop (ubuntu 12.04). Routing -I'm using router mode-
works fine and as expected. Awesome!
Now, I was curious and wanted to actually see the udp tunnel protocol
stack. Googling a little bit -does this expression exist?- I've found
out that one could
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
Dear,
I'm trying to put up a scripts to synchronize my computers (HOST_A and
HOST_C). I can connect both via HOST_B to avoid the firewall.
I am trying to work with the rsync daemon to avoid hanging.
I tried to figure out the mailinglist + FAQ, how to do it, but it seems
I misunderstand something, since all your previous help did not work for
me.
I get the following error when executing
2010 Jul 28
2
[Bug 1802] New: Ability to tunnel socket files for more flexible permissions
https://bugzilla.mindrot.org/show_bug.cgi?id=1802
Summary: Ability to tunnel socket files for more flexible
permissions
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo:
2004 Sep 22
2
ordered probit and cauchit
What is the current state of the R-art for ordered probit models, and
more
esoterically is there any available R strategy for ordered cauchit
models,
i.e. ordered multinomial alternatives with a cauchy link function. MCMC
is an option, obviously, but for a univariate latent variable model
this seems
to be overkill... standard mle methods should be preferable. (??)
Googling reveals that spss
2011 Mar 28
2
After successfull passwordless ssh login, unable to do rsync
Hello everybody.
I got a strange problem, which I hope to solve with your help.
I'm doing "remote backups" using rsync in an ssh tunnel. In the last
setup I realized, something is driving me crazy and I can't find *what*
the problem is.
I managed to successfully login via ssh in a "passwordless" way (by
means of RSA-keys).
After this step is done and I'm logged
2014 Dec 03
4
Aw: Re: encrypted rsyncd - why was it never implemented?
from a security perspective this is bad. think of a backup provider who wants to make rsyncd modules available to the end users so they can push backups to the server. do you think that such server is secure if all users are allowed to open up an ssh shell to secure their rsync transfer ?
ok, you can restrict the ssh connection, but you open up a hole and you need to think twice to make it secure