Displaying 20 results from an estimated 100000 matches similar to: "rsync - ssh password prompt?"
2002 Oct 26
0
How to prevent batch rsync to write rsync_argvs files in the home directory
Hi,
Whenever i am using the command
rsync --write-batch -av --stats `cat $1` -e ssh user@remote machine:/destination/
This is writing rsync_argvs files in the home directory as well as to the destination directory.
Can anyone give me any idea as how to prevent the writing of rsync_argvs files in the home directory which is of no use.
Regards,
Surabhi.
> ----------
> From:
2005 Oct 19
5
rsync through multiple ssh hops with password authentication prompt
Hi, I have searched the whole internet and mailing list and I was unable
to find a clear answer to this. The method described in the FAQ [1] are
not useful for me.
Three machines source, middle, target. ssh into middle from source
requires password pass_middle. ssh into target from middle requires
password pass_target. One cannot reach target from source. So I can do:
source $ ssh middle
2002 Oct 24
1
rsync -e ssh does not work well
Hi all,
I want to use ssh to protect my
traffic, no rsh or direct rsync.
But I have a problem here.
Of the texts already written, I could not yet
recall. Mostly they tell about success in using ssh
protocol.
I have made some progress by reading them, but
I cannot solve the current problem, if not possibly turning
to
port forwarding, that is also new to me, actually.
I have made two kind of
2006 Feb 14
1
rsync command: help with windows -> unix
Hi folks, I have a win2k acting as rsync client (I installed cwrsync) and
FreeBSD 5.4 acting as rsync server and I'm having trouble with basic
usage.
------------------------------
My /etc/rsyncd.conf:
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[antec_win2k_mike]
path = /vol3/antec_win2k_mike
uid = nobody
gid = nobody
read only
2002 May 15
1
rsync not prompting for username, only password
Hi guys, can anyone suggest why, when I connect to my rsync server, I'm not
prompted for a username and password but instead I'm only prompted for a
password? I have "auth users = username" set in /etc/rsyncd.conf and a
corresponding entry in /etc/rsyncd.secrets but still rsync only asks for a
password.
Stewart
--
Stewart Mclean
UNIX Support Group
Information Management
2004 Dec 02
2
passing ssh password to rsync without prompting it
Greetings !
how to disable ssh password for rysnc without
generating ssh keys,
- then i tried using "--password-file" option but it
is not
picking password from "password" file
2002 Oct 24
1
rsync ownership problem via ssh?
I am using rsync to sync filesystems from one Solaris
machine to another at a remote site. Everything sync's
fine, except for the ownership preservation. The
permissions all get transferred correctly and so do all the
files, but the ownership always gets changed to whomever I
perform the sync as. I tried this as root and still the
same problem. I am using the -p, -o and -g options to
preserve
2001 Sep 26
2
newbie: rsync and ssh and password
Hi,
I've got the following command that works fine; it prompt for a password
then runs okay:
"rsync -az -e ssh myserver.ac.uk:/var/lib/mysql
/www/rsynctagsassets/databases"
I wanted to run it as a script so put it into a file called rsync.sh and
chmod +x 'd it.
It runs as a script okay but still prompts for a password.
I read "man ssh" and the bit about
2004 Mar 11
1
rsync + ssh: fails from cron
Hi,
My ssh set up, on both 'work' and 'home' machines uses the
private-public key authentication (key uses non-empty
passphrase). So from the 'home' shell prompt the following
works without prompting to password or passphrase:
rsync -avz --delete -e ssh remote.work.machine:publicats $HOME/work
>From cron, however, I am prompted for a password, though.
I have seen
2003 Mar 27
2
[Bug 522] terse message prompt when ssh-add fails
http://bugzilla.mindrot.org/show_bug.cgi?id=522
Summary: terse message prompt when ssh-add fails
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh-add
AssignedTo: openssh-unix-dev at mindrot.org
2009 Mar 25
1
Pipe creation problem: From Java app using rsync + ssh on windows with cygwin
Hello,
I'm having trouble calling rsync from java on windows vista with cygwin
installed.
Its strange as pasting the exact same command into a command shell works
fine.
My test java call looks like this.
*
String[] envVars = {"PATH=c:/cygwin/bin;%PATH%"};
File workingDir = new File("c:/cygwin/bin/");
Process p = Runtime.getRuntime().exec("c:/cygwin/bin/rsync.exe
2002 Apr 24
0
[Bug 226] New: open ssh appears to stop password change prompts from Solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=226
Summary: open ssh appears to stop password change prompts from
Solaris
Product: Portable OpenSSH
Version: 3.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2004 Feb 06
2
OpenSSH -> PAM -> Password Prompt
I have been looking forward to the full PAM integration into OpenSSH for some
time. I have been downloading many of the SNAP shots and testing them out on
Solaris 5.8 and Solaris 5.9, and have been impressed with the improvements of late.
One thing that I have noticed, however, is that when utilizing PAM ->
UsePAM=Yes, that the password prompt reads
Password:
Now, I realize that this is
2002 Jul 27
1
Configuring Rsync daemon with ssh (non-root)
Hello,
I am a first time user of Rsync. I am having problems configuring an Rsync
server on a Solaris server on which I have *no* root previliges. I have
searched the archives and the web,but none of the articles/documents have
proved helpful beyond an extent.
Since I cannot be root, I have installed rsync v2.5.2 from sources in
$HOME/rsync. The rsync binary is in $HOME/rsync/bin
My
2007 Jul 10
3
No password prompt for ssh from perl script
Hi,
I need some help from you guys for one issue I am facing with my script.
While logging into localhost using ssh from command prompt it works:
It works from command prompt --> ssh loginid at localhost
But when we try to login to localhost using ssh from perl script using
pseudo terminal, I am getting the following without any password prompt.
We are getting following instead of
2015 Jul 27
0
Suddenly OpenVPN not working - backgrounds prompt for username / password
On 07/25/2015 08:05 PM, Alan McKay wrote:
> I'm on a fresh install of CentOS 7 and take my config that works on
> Ubuntu on the same box. Instead of getting a prompt for username and
> password for the VPN I get a backgrounded task that spits this out :
> ...
> Password entry required for 'Enter Auth Username:' (PID 23461).
> Please enter password with the
2002 Oct 21
2
Path to rsync Binary?
I am using rsync between to Solaris machines. One has
rsync under the /usr/local/bin/rsync location and the other
under /opt/rsync. Is there a way for me to issue the rsync
command from the "source" machine and tell it as part of
the command where rsync is on the target? If not, does
this mean that in order to perform the sync between two
systems that I need to have a 1:1 relationship
2004 Aug 25
3
Samba as NT Domain Member via Winbind - After Upgrade users prompted for password for any shares
Hello,
Apparently, I did a stupid thing today. I used apt-get on my
Debian Woody system to upgrade my Samba packages from 3.0.2 to 3.0.6.
Since doing so, all my users are prompted for a password when trying to
access shares. Even just listing the IPC$, Windows XP systems prompt for
user name and password. Windows 98 machines prompt for password. None
are successful. I believe
2004 Mar 17
0
Overwrite prompt (noclobber) in rsync
Thanks to all the developers for coding such a great
tool!
Are there any plans to add a feature (like noclobber
in bash) where rsync would prompt interactively
before overwriting a file?
__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
2014 Nov 22
1
rsync not transferring files
Hi there,
I am running rsync-3.0.6-12.el6.x86_64 on a centos 6.6 box. Am trying to
get files from a remote server (centos 6.5) to my local machine. It
appears to connect fine, but does not transfer any file. this is what I
am seeing
[youcantoo at testbox home]# rsync -avvvzh -P --stats --delete
servername::backupdir/ /home/findmoore
opening tcp connection to servername port 873
sending daemon