Displaying 20 results from an estimated 4000 matches similar to: "sftp batch mode and password authentication"
2005 Feb 17
1
SFTP batch mode patch
Hi,
We do a lot of automated file transfers with SFTP, and found this small
patch very helpful. The main effect is to tell the underlying SSH client
that it's operating in batch mode. Patch is against 3.9p1.
Thanks,
Jeremy Monin
Sysadmin and open-source developer
diff -ur openssh-3.9p1-orig\sftp.c openssh-3.9p1\sftp.c
--- openssh-3.9p1-orig\sftp.c Sat Jul 17 02:12:08 2004
+++
2012 May 03
1
is there a way of identifying batch mode running?
Hello list
Is there a way of identifying from within R whether a script has been source(d) from Rgui.exe or via Rscript.exe in batch mode?
For the code I have I use the commandArgs() function to pick up command line args when running in batch mode via Rscript.exe
However I like to get the code working manually first using source("MyRCode.r")
I'd like to be able to put something at
2005 Jun 02
1
FW: openssh 4.0 - sftp batch mode behavior
Hello,
I just installed the openssh 4.0 for Solaris. The users have reported a
difference in behavior when using the batch mode of sftp client.
Previously they could issue the following command sftp -b batchfile
user at hostname and in the absence of publickey authentication they would
be issued the password prompt and they could enter password and the
process would continue.
After upgrading from
2011 May 11
1
ssh command line option processing behaviour
Hi,
usualy, in the unix world, while processing command line options, unix
programs keep the last option value, overriding config file options or
previous command line ones, unfortunately, ssh only keep the first
option processed.
ex. :
ssh -o BatchMode=no -o BatchMode=yes host cmd arg...
the unix common expected behaviour is to have BatchMode = true, while
ssh says BatchMode = false.
how
2006 Jul 15
1
ssh-keyscan exits in mid-way
Hello All,
Im using OpenSSH 4.3p2 and tyring to scan a list of 40 machines in my
network with ssh-keyscan utility. I used the following command,
ssh-keyscan -t rsa -f hosts.txt
The man page says that this utility displays the host keys irrespective of
ssh or host is up/down and its working great. But in case if the scan
stops at 30th host due to some protocol problems, the utility exits and
2003 Nov 04
1
[Bug 754] sftp always writes message to stderr even in batch mode
http://bugzilla.mindrot.org/show_bug.cgi?id=754
Summary: sftp always writes message to stderr even in batch mode
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
2016 Oct 29
2
-e escape rule
> The point is that the original escaping DOUBLE escapes an equals sign:
> foo\\\=bar
> It shouldn't, there's no reason to.
If you paste into your command line:
rsync -e ssh\ -l\ backup\ -i\ /etc/synco/id_rsa\ -o\
ConnectTimeout\\\=60\ -o\ BatchMode\\\=yes
The list of arguments would be (i.e. the values in ARGV):
['rsync', '-e', 'ssh -l backup -i
2003 Sep 17
1
[Bug 666] 'BatchMode yes' makes ssh(1) look for /usr/local/etc/ssh_known_hosts
http://bugzilla.mindrot.org/show_bug.cgi?id=666
Summary: 'BatchMode yes' makes ssh(1) look for
/usr/local/etc/ssh_known_hosts
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: sshd
2008 Aug 18
5
Boot CentOS 5 to command line
Hi fellows,
Pretty new to CentOS.
I was trying to find a way to boot CentOS into command prompt instead of GUI
(or without loading any services).
Tried using 'Crl+Alt+F1' at the boot process, but, that holds the screen at
mounting and doing fstab and doesn't proceed further.
Is there anyother way to boot CentOS into command prompt without using
Rescue option from the installation CD?
2010 Jul 07
1
Find multiple strings collected in an array
Hello Everybody,
I am have an advance search form in which i have a field called :name
in which user can enter 1 or multiple words.
When there is more than 1 word, i am splitting that string and
collecting it in to an array.
@collect = Array.new
@collect << name.split( )
this gives me an array ["John", "whatever", "anyother"]
how can i find each item in the
2002 Aug 15
2
RichEdit and Dlls
Hello All,
I have an app that I wrote a few years ago with Delphi 5 and one of its components is a RichEdit. That's the only thing that does not work when running it with WIne. I've got the latest build for SuSE 8, version 20020804 and it does not work as well. I know Wine has richedit.dll as part of it but would I have to install MFCs dlls or anyother dll to enable it to run.
Thank you,
2016 Oct 20
5
-e escape rule
Hello,
I'm using Ruby's Shellwords module, which generates a string from an
array, suitable for shell evaluation.
Ruby's implementation prefers escaping whitespace with a backslash
rather than quotes. However, this appears to cause some kind of issue
in Rsync when it computes argv from -e option.
Here is an example command generated by some Ruby code:
rsync --archive --stats -e
2007 Feb 21
1
Strange SSH with rsync
Has anyone any idea why this wont work? Its in a script and im passing
-e "${SSH}" to the Rsync command where :-
SSH="$(/usr/bin/which ssh) -o ConnectTimeout=15 -o BatchMode=yes -n"
The below is output from set -x for my script. Below that is the error
from errorlog
/usr/bin/rsync -PavRz --delete --delete-excluded --copy-unsafe-links
--numeric-ids -e /usr/bin/ssh -o
2005 Nov 29
2
mac compatable?
is there a dowload for mac users?
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
2005 Apr 01
4
error in kmeans
I am trying to generate kmean of 10 clusters for a 165 x 165 matrix.
i do not see any errors known to me. But I get this error on running the
script
Error: empty cluster: try a better set of initial centers
the commands are
M <-matrix(scan("R_mutual",n = 165 * 165),165,165,byrow = T)
cl <- kmeans(M,centers=10,20)
len = dim(M)[1]
....
....
I ran the same script last night and
2008 Jun 27
2
Samba PDC: Vmware Problem
Heya All
I'm having a Samba PDC on Centos machine from past 4-5 months everything
went one coolly untill I installed vmware on this same machine to put a new
server, as the hardware of the computer was very good to support it. No
worried with the vmware even both the servers are running properly.
My Samba was set to use Interface eth0 with ip 192.168.50.56 . Upon
installation the Vmware
2005 Jun 29
2
Ogg Pages Play Time?
Are all audio pages in a Ogg/Vorbis stream the same size? do they have the
same playback duration?
I am developing a P2P streaming application where each client has to dowload
the Ogg/Vorbis pages from other clients (peers) but I need to know how much
time I have to download the next Ogg/Vorbis page before the playback reaches
it.
Something like
numCurrPages = Total of Ogg Pages already
2009 Dec 24
2
Two Easy questions
Sorry all for these two easy questions:
First, I have a matrix with trhee columns:
A=
Name Eight Puntuation
Pepe 1,85 10
Paco 1,7 7
Pablo 1,82 6
I want to scatter the two columns (I could use pairs or other functions...)
but the only doubt is that I cannot find the way to add in the associated
intersection (the point scattered) the label "Pepe" "Paco" and so
2008 Dec 25
5
Plugin auto_complete
Hi all !
I began to develop Rails applications with Aptana Radrails under
Windows. For that I had successfully installed auto_complete plugin and
succeeded to use it.
Now I have an iMac and I''m trying to restart my developments under OS X.
My problem is: when I run the command ''script/plugin install
auto_complete'', the result is:
Plugin not found:
2006 May 06
1
"ls -l" command and performance of sftp
Hi all,
I am using OpenSSH4.3p2. User database is stored in LDAP server.When I tried
to list about 400 files using "ls -l" command in ftp and sftp, I observed
that sftp took considerable amount of time greater than ftp. I suspect sftp
does not cache the username and groupname lookups and makes fresh calls to
getpwuid(), getgrgid() functions for each file that makes its performance