Re: scp in crontab problem

2024-09-13 Thread Marcus Park
basti: /usr/bin/scp -i /home/userYX/.ssh/myKEY r...@example.com ... updated: it's really due to environment issue, after I add the '-i' path to scp, jobs run well now. Thanks basti.

Re: scp in crontab problem

2024-09-13 Thread Charles Curley
On Fri, 13 Sep 2024 20:24:51 +0800 Marcus Park wrote: > Hi list, > > I have put the private key into my debian VPS (in ~/.ssh/ dir). The private key of what? And to ~/.ssh/ on which computer. you are talking about transferring a file from one computer to another; which one? And why the privat

Re: scp in crontab problem

2024-09-13 Thread Greg Wooledge
On Fri, Sep 13, 2024 at 20:24:51 +0800, Marcus Park wrote: > I have put the private key into my debian VPS (in ~/.ssh/ dir). Does this private key have a passphrase? > When I scp a file from this VPS to another one by hand without password, it > works. > > But when I put this scp into crontab, i

Re: scp in crontab problem

2024-09-13 Thread basti
On 13.09.24 14:24, Marcus Park wrote: Hi list, I have put the private key into my debian VPS (in ~/.ssh/ dir). When I scp a file from this VPS to another one by hand without password, it works. But when I put this scp into crontab, it seems not work. The scp in crontab via private key didn'

Re: scp overwriting precaution?

2020-02-27 Thread Greg Wooledge
On Wed, Feb 26, 2020 at 09:48:40PM -0600, Greg Marks wrote: >for file in "${@}" > do > files="$files $(pwd | sed > 's/\/home\//\/home\//g')/\"$file\"" > done >scp -T -p @[Server IP Address]:"$files" . Complete and utter failure. Actually, you got *one* thing right: y

Re: scp overwriting precaution?

2020-02-27 Thread Charles Curley
On Wed, 26 Feb 2020 21:48:40 -0600 Greg Marks wrote: > When using scp to copy files from my server to my laptop (both running > Debian 10 and both with the same directory tree), I like to back up > the files in case I discover that I've overwritten a newer version of > a file with an older versio

Re: scp overwriting precaution?

2020-02-27 Thread Dan Purgert
On Feb 26, 2020, Greg Marks wrote: > When using scp to copy files from my server to my laptop (both running > Debian 10 and both with the same directory tree), I like to back up > the files in case I discover that I've overwritten a newer version of > a file with an older version. (I seem to make

Re: scp overwriting precaution?

2020-02-27 Thread Jochen Spieker
Greg Marks: > > When using scp to copy files from my server to my laptop (both running > Debian 10 and both with the same directory tree), I like to back up > the files in case I discover that I've overwritten a newer version of > a file with an older version. Fully in the spirit of not actually a

Re: scp overwriting precaution?

2020-02-27 Thread Jonathan Dowland
On Wed, Feb 26, 2020 at 09:48:40PM -0600, Greg Marks wrote: When using scp to copy files from my server to my laptop (both running Debian 10 and both with the same directory tree), I like to back up the files in case I discover that I've overwritten a newer version of a file with an older version

Re: scp overwriting precaution?

2020-02-26 Thread David Christensen
On 2020-02-26 19:48, Greg Marks wrote: When using scp to copy files from my server to my laptop (both running Debian 10 and both with the same directory tree), I like to back up the files in case I discover that I've overwritten a newer version of a file with an older version. (I seem to make th

Re: scp overwriting precaution?

2020-02-26 Thread Will Mengarini
* Greg Marks [20-02/26=We 21:48 -0600]: > [...] if I accidentally copy an older version of > a file on my laptop to a newer version of the > file on my server, the newer version is lost. > > Is it possible to configure my server so that [it creates a > backup on the server of any existing file tha

Re: scp non root

2013-04-12 Thread Helmut Wollmersdorfer
Am 11.04.2013 um 14:04 schrieb Bonno Bloksma: Our Linux servers have no users configured except for the default first use besides root. These servers provide a service and do not require users to log on to the machine. Of course root cannot login via ssh and that is no problem. A simple s

Re: scp non root

2013-04-11 Thread Bob Proulx
Bonno Bloksma wrote: > Of course root cannot login via ssh and that is no problem. A simple > su - is enough to make myself root after that and perform the > necessary tasks. But... I often see people advise to disable root ssh login access. But I disagree that it is beneficial. In fact it can m

Re: scp non root

2013-04-11 Thread John L. Cunningham
On Thu, Apr 11, 2013 at 12:04:38PM +, Bonno Bloksma wrote: > > I sometimes need to copy some files from the server to my machine and want to > use scp but… as my default user I do not have access to the files that I just > have been able to access as root. So I need to: > > - cp the file

Re: scp non root

2013-04-11 Thread Darac Marjal
On Thu, Apr 11, 2013 at 12:04:38PM +, Bonno Bloksma wrote: >Hi, > >  > >Our Linux servers have no users configured except for the default first >use besides root. These servers provide a service and do not require users >to log on to the machine. > >Of course root can

Re: scp GUI?

2009-02-22 Thread Emanoil Kotsev
Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. > > Thank you! I've been using gftp. I think it can be set using SCP regards -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsu

Re: scp GUI?

2009-02-21 Thread Douglas A. Tutty
On Fri, Feb 20, 2009 at 06:48:47PM +0100, Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. I think that gftp can do it too. Doug. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "un

Re: scp GUI?

2009-02-20 Thread Tzafrir Cohen
On Fri, Feb 20, 2009 at 08:49:12PM +0100, Nagy Daniel wrote: > I want to "scp gui" into a dd-wrt router, but it say's: > > sh: /usr/libexec/sftp-server: not found > > remote host has disconnected > > I'm searching for an "scp gui", not sftp, I tried filezilla, fish, mc, > gnome-connect, sshfs [f

Re: scp GUI?

2009-02-20 Thread Nagy Daniel
I want to "scp gui" into a dd-wrt router, but it say's: sh: /usr/libexec/sftp-server: not found remote host has disconnected I'm searching for an "scp gui", not sftp, I tried filezilla, fish, mc, gnome-connect, sshfs [fuse] Is there any way?:D

Re: scp GUI?

2009-02-20 Thread Tzafrir Cohen
On Fri, Feb 20, 2009 at 06:48:47PM +0100, Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. Not a GUI, but I browse a remote folder using: $ scp servername:tmp/apt tmp/aptertmp/apt.he.po.diff 'servername' is

Re: scp GUI?

2009-02-20 Thread H.S.
H.S. wrote: > Nagy Daniel wrote: >> Is there a GUI for SCP? I mean like browsing through scp just like in a >> folder, in Midnight Commander. >> >> Thank you! >> > > In KDE, try in Konqueror: > fish://u...@host Just a heads up in Testing. It appears there is a bug in konqueror or something becaus

Re: scp GUI?

2009-02-20 Thread H.S.
Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. > > Thank you! > In KDE, try in Konqueror: fish://u...@host to browse the folders at 'host' machine. In gnome you can do something similar by Places->Connect to network

Re: scp GUI?

2009-02-20 Thread John Hasler
Look at secpanel (I've never used it). -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: scp GUI?

2009-02-20 Thread Paulo Brito
you can mount a remote folder with sshfs and then browser that folder with any software 2009/2/20 Jeff D > On Fri, 20 Feb 2009, Nagy Daniel wrote: > > > Is there a GUI for SCP? I mean like browsing through scp just like in a > > folder, in Midnight Commander. > > > > Thank you! > > > > filezilla

Re: scp GUI?

2009-02-20 Thread Jeff D
On Fri, 20 Feb 2009, Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. > > Thank you! > filezilla will do sftp -- 8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno. -- To UNSUBSCRIBE, ema

Re: Scp arguments

2008-05-16 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-05-16 17:37, Sergio Cuéllar Valdés wrote: > 2008/5/16 ZENGGI.COM - Rominiek Schoonen <[EMAIL PROTECTED]>: >> Is there any way to let scp know to overwrite files (Or not overwrite them >> if this is the default option to overwrite them) > > ma

Re: Scp arguments

2008-05-16 Thread Sergio Cuéllar Valdés
2008/5/16 ZENGGI.COM - Rominiek Schoonen <[EMAIL PROTECTED]>: > Is there any way to let scp know to overwrite files (Or not overwrite them > if this is the default option to overwrite them) Hello, maybe this is a task for rsync. Regards, Sergio Cuellar http://www.torneomexicanoderobotica.org.m

Re: scp non-overwrite option

2007-08-05 Thread Wei Wang
Hi Try rsync. It has automatical differencial algorithm for avoiding transfer duplicated data. On Fri, 2007-08-03 at 08:57 +0530, Bhasker C V wrote: > All, > > I was trying to scp a large directory from server to my box (server on > FC and my desktop on etch).

Re: scp non-overwrite option

2007-08-03 Thread Bhasker C V
Thanks Bob. On Thu, 2007-08-02 at 23:17 -0600, Bob Proulx wrote: > Bhasker C V wrote: > > I was trying to scp a large directory from server to my box (server on > > FC and my desktop on etch). I use scp -r option to copy all the files. > > But when it happens that the scp fails somewhere, i cann

Re: scp non-overwrite option

2007-08-02 Thread Bob Proulx
Bhasker C V wrote: > I was trying to scp a large directory from server to my box (server on > FC and my desktop on etch). I use scp -r option to copy all the files. > But when it happens that the scp fails somewhere, i cannot ask it to > continue by omitting the ones it has already copied. This

Re: scp may be broken

2007-01-21 Thread Roberto C. Sanchez
On Sun, Jan 21, 2007 at 01:23:38AM -0500, Jude DaShiell wrote: > Earlier I set up a private key with ssh -keygen and copied it to the > proper place on my isp's computer for me to use. That works fine with ssh > but breaks with scp since scp says the key is too long and doesn't grant > access t

Re: scp may be broken

2007-01-21 Thread Greg Folkert
On Sun, 2007-01-21 at 01:23 -0500, Jude DaShiell wrote: > Earlier I set up a private key with ssh -keygen and copied it to the > proper place on my isp's computer for me to use. That works fine with ssh > but breaks with scp since scp says the key is too long and doesn't grant > access to the

Re: scp may be broken

2007-01-20 Thread Kevin Mark
On Sun, Jan 21, 2007 at 01:23:38AM -0500, Jude DaShiell wrote: > Earlier I set up a private key with ssh -keygen and copied it to the > proper place on my isp's computer for me to use. That works fine with ssh > but breaks with scp since scp says the key is too long and doesn't grant > access t

Re: scp problem

2006-02-25 Thread jlmb
> Thanks for the response. dest folder is /share. Is it possible to > transfer a file to that machine without having an account in that > machine ie without using password of user or root of that machine. > -- > L.V.Gandhi > http://lvgandhi.tripod.com/ > linux user No.205042 No, you need to have

Re: scp problem

2006-02-25 Thread L . V . Gandhi
On 2/25/06, jlmb <[EMAIL PROTECTED]> wrote: > L.V.Gandhi wrote: > > On 2/24/06, Dan Sheffner <[EMAIL PROTECTED]> wrote: > > > >>Q1) Yes you run a program that scans the network range. Very usefull. Prob > >>even more ways. > >> Q2) You should never give full access to some random folder on a box

Re: scp problem

2006-02-25 Thread jlmb
L.V.Gandhi wrote: > On 2/24/06, Dan Sheffner <[EMAIL PROTECTED]> wrote: > >>Q1) Yes you run a program that scans the network range. Very usefull. Prob >>even more ways. >> Q2) You should never give full access to some random folder on a box for >>security. below is what I have used to transfer

Re: scp problem

2006-02-24 Thread L . V . Gandhi
On 2/24/06, Dan Sheffner <[EMAIL PROTECTED]> wrote: > Q1) Yes you run a program that scans the network range. Very usefull. Prob > even more ways. > Q2) You should never give full access to some random folder on a box for > security. below is what I have used to transfer file between PC. Only

Re: scp problem

2006-02-24 Thread Dan Sheffner
Q1) Yes you run a program that scans the network range.  Very usefull.  Prob even more ways. Q2) You should never give full access to some random folder on a box for security.  below is what I have used to transfer file between PC.  Only use one slash like below.  Let me know if it doesn't work. sc

Re: scp: file download history

2005-09-20 Thread Jared Hall
On 9/20/05, Victor Munoz <[EMAIL PROTECTED]> wrote: > Maybe 'find'. You can give it time arguments, so you can find files > created/modified today, yesterday, or between two given dates (I think?). If > you know where in the tree it is, then it will take less time, but if you > don't know, well, 'f

Re: scp: file download history

2005-09-20 Thread Victor Munoz
On Mon, Sep 19, 2005 at 02:11:31AM -0700, Jared Hall wrote: > Debian Users- > > I am trying to find a file which was uploaded to my server a couple of > days ago over ssh using the scp command syntax. I cannot remember the > name of the file, or where it was placed. > > Is there any place I can

Re: scp: file download history

2005-09-19 Thread Ron Peterson
On Mon, Sep 19, 2005 at 02:11:31AM -0700, Jared Hall wrote: > Debian Users- > > I am trying to find a file which was uploaded to my server a couple of > days ago over ssh using the scp command syntax. I cannot remember the > name of the file, or where it was placed. > > Is there any place I can

Re: scp and scripts?

2005-07-06 Thread Ken Irving
On Wed, Jul 06, 2005 at 05:31:37PM -0400, Stephen R Laniel wrote: > On Wed, Jul 06, 2005 at 03:44:13PM -0400, linux starved wrote: > > information. The following is basically what I want the script to do, > > but I heard scp will not work with authentication. I also read about > > rsync and tried

Re: scp and scripts?

2005-07-06 Thread Stephen R Laniel
On Wed, Jul 06, 2005 at 05:57:31PM -0400, David Clymer wrote: > I think using: > > $ ssh-copy-id -i ~/.ssh/id_dsa.pub [EMAIL PROTECTED] > > is the "proper" way of doing this. It ensures that the file ends up on > the remote machine with proper permissions set, and adds the appropriate > entry in

Re: scp and scripts?

2005-07-06 Thread David Clymer
On Wed, 2005-07-06 at 17:31 -0400, Stephen R Laniel wrote: > On Wed, Jul 06, 2005 at 03:44:13PM -0400, linux starved wrote: > > information. The following is basically what I want the script to do, > > but I heard scp will not work with authentication. I also read about > > rsync and tried to get

Re: scp and scripts?

2005-07-06 Thread Stephen R Laniel
On Wed, Jul 06, 2005 at 03:44:13PM -0400, linux starved wrote: > information. The following is basically what I want the script to do, > but I heard scp will not work with authentication. I also read about > rsync and tried to get the following one liner to work on the source > server To get scp

Re: scp and scripts?

2005-07-06 Thread Roberto C. Sanchez
On Wed, Jul 06, 2005 at 03:44:13PM -0400, linux starved wrote: > I am trying to use scp to copy a host file from one firewall to the > other using an ftp server. Problem is, it requires a username and > password for authentication purposes. It would be nice if I could get > it to run once a day.

Re: scp from remote to remote machine

2005-06-12 Thread Bob Proulx
Robert Vangel wrote: > belahcene wrote: > >I want to send a file from one remote machine to another one like this > >scp [EMAIL PROTECTED]:/home2/dsl-1.2.iso [EMAIL PROTECTED]:/debian > >Password: > >Host key verification failed. > >lost connection > > You need to make sure 172.19.5.75 alr

Re: scp from remote to remote machine

2005-06-11 Thread Robert Vangel
belahcene wrote: Hi, I want to send a file from one remote machine to another one like this scp [EMAIL PROTECTED]:/home2/dsl-1.2.iso [EMAIL PROTECTED]:/debian Password: Host key verification failed. lost connection You need to make sure 172.19.5.75 already has an entry in ~/.ssh/known_

Re: scp from remote to remote machine

2005-06-11 Thread s. keeling
belahcene <[EMAIL PROTECTED]>: > > I want to send a file from one remote machine to another one like this > scp [EMAIL PROTECTED]:/home2/dsl-1.2.iso [EMAIL PROTECTED]:/debian ...^^^ > Password: > Host key verifica

Re: scp from remote to remote machine

2005-06-10 Thread Roberto C. Sanchez
On Fri, Jun 10, 2005 at 12:38:48PM +0100, belahcene wrote: > Hi, > I want to send a file from one remote machine to another one like this > scp [EMAIL PROTECTED]:/home2/dsl-1.2.iso [EMAIL PROTECTED]:/debian > Password: > Host key verification failed. > lost connection > What you probably

Re: SCP problem

2005-05-06 Thread Jon Dowland
NATARAJAN Sasi Kumar wrote: While run the following goal didn’t prompt for password Thanks in advance Is the target machine a debian box? Does logging in with those credentials via the openSSH 'ssh' tool, (or putty or something) work? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: SCP GUI

2004-11-17 Thread Kamaraju Kusumanchi
On Wed, 17 Nov 2004 13:04:21 +, Jon Dowland <[EMAIL PROTECTED]> wrote: > On Tue, 16 Nov 2004 19:21:33 +0100, Christian Christmann > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > are there any SCP GUI clients for Sarge? > > Slightly OT, but if possible suggest you use SFTP over SCP. See > http://b

Re: SCP GUI

2004-11-17 Thread Jon Dowland
On Tue, 16 Nov 2004 19:21:33 +0100, Christian Christmann <[EMAIL PROTECTED]> wrote: > Hi, > > are there any SCP GUI clients for Sarge? Slightly OT, but if possible suggest you use SFTP over SCP. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=144579 -- Jon Dowland -- To UNSUBSCRIBE, ema

Re: SCP GUI

2004-11-16 Thread Keith O'Brien
Didn't know about fish I'll have to check it out. I use shfs to mount via ssh/scp. Only problem I have had is with large file listings (such as mp3 collections). Juk and rythmbox both seemed to crash when using an shfsmounted file system. http://shfs.sourceforge.net/index.html Keith. On Tue, 2

Re: SCP GUI

2004-11-16 Thread Alex Malinovich
On Tue, 2004-11-16 at 19:14 +0100, Pascal Bonesh wrote: > Hi, > > How about konqueror with the fish:// or nautilus with sftp:// protocoll? Newer versions of nautilus actually support direct ssh:// connections. I use it all the time at work since I can now bookmark folders on remote linux boxes. N

Re: SCP GUI

2004-11-16 Thread Thomas Adam
--- Pascal Bonesh <[EMAIL PROTECTED]> wrote: > Hi, > > How about konqueror with the fish:// or nautilus with sftp:// protocoll? > > Or am I mistaken? Isn't that going through ssh and using scp? Sort of. Fish is a filesystem via ssh. Although for such things, I prefer using "shfs". -- Thomas A

Re: SCP GUI

2004-11-16 Thread Rodney D. Myers
On Tue, 16 Nov 2004 19:21:33 +0100 Christian Christmann <[EMAIL PROTECTED]> wrote: > Hi, > > are there any SCP GUI clients for Sarge? > > Thanks > Paul Also, look for the program Secpanel. gui scp program -- Rodney D. Myers <[EMAIL PROTECTED]> Registered Linux User #96112 ICQ#: AIM#:

Re: SCP GUI

2004-11-16 Thread Pascal Bonesh
Hi, How about konqueror with the fish:// or nautilus with sftp:// protocoll? Or am I mistaken? Isn't that going through ssh and using scp? Pascal On Tue, 2004-11-16 at 18:53, Thomas Adam wrote: > --- Christian Christmann <[EMAIL PROTECTED]> wrote: > > Hi, > > > > are there any SCP GUI client

Re: SCP GUI

2004-11-16 Thread Steve Lamb
Christian Christmann wrote: are there any SCP GUI clients for Sarge? scp as in ssh copy? Take a look into the fish protocol. It is a protocol which allows clients to access remote file systems through SSH. Different than SFTP since it only takes SSH to work. I know that Konquerer and lftp

Re: SCP GUI

2004-11-16 Thread Matt Zagrabelny
> are there any SCP GUI clients for Sarge? gftp handles sftp (ssh2) protocol. -matt zagrabelny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: SCP GUI

2004-11-16 Thread Thomas Adam
--- Christian Christmann <[EMAIL PROTECTED]> wrote: > Hi, > > are there any SCP GUI clients for Sarge? xterm -e "scp ." :) gftp can be coaxed into using ssh2 as one of its supported protocols, so I would imagine that can do it, at least. -- Thomas Adam = "The Linux Weekend Mechanic"

Re: SCP problem

2004-10-08 Thread Jule Slootbeek
I figured the problem out. I had bashrc execute 'date', whenever i opened a new shell, somehow scp woud read the bashrc, execute date and quite. not sure why it didn't copy. -JSS Nate Duehr wrote: Jule Slootbeek wrote: Yes, there is enough space, all the other users i talk to have no problem sc

Re: SCP problem

2004-10-08 Thread Nate Duehr
Jule Slootbeek wrote: Yes, there is enough space, all the other users i talk to have no problem scp'ing. I even rm -r'ed my .ssh dir. but nothing change. Are you running into a problem with using the wrong version of ssh -- protocol 1 or 2? What's the story about not making anything called test?

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
i have no idea, can't find an alias anywhere. -t is also not in the scp man pages, maybe it's an internal symbol?? anywho, here's a log from a transaction from the server, to itself. [EMAIL PROTECTED]:~$scp -v foo [EMAIL PROTECTED]:~/foo2 Executing: program /usr/bin/ssh host babbage.clarku.edu, u

Re: SCP problem

2004-10-06 Thread Carl Fink
I'm far from an expert, but that never stops me. Much snipping below. On Wed, Oct 06, 2004 at 05:24:29PM -0400, Jule Slootbeek wrote: > [EMAIL PROTECTED]:~$ scp -v test [EMAIL PROTECTED]:~/ > jslootbeek, command scp -v -t ~/ Where'd that "-t" come from? Is scp by any chance an alias or script

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from Jule Slootbeek: > > What's the story about not making anything called test? man test (or info test) It already exists and it's rather important. There's a long history of people compiling their first program (gcc -o test test.c), running "test", and it not behaving at all like the

Re: SCP problem

2004-10-06 Thread Stefan O'Rear
On Wed, Oct 06, 2004 at 05:24:29PM -0400, Jule Slootbeek wrote: > I'll try it with a single file: [ ... ] > debug1: Exit status 0 Exit status 0 means completely successful. Either it worked or scp is lying (probably a bug). -- The world's most effective spam filter: ln -sf /dev/full /va

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
Yes, there is enough space, all the other users i talk to have no problem scp'ing. I even rm -r'ed my .ssh dir. but nothing change. What's the story about not making anything called test? -JSS s. keeling wrote: Incoming from Jule Slootbeek: I'll try it with a single file: [EMAIL PROTECTED]:~$ tou

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from Jule Slootbeek: > I'll try it with a single file: > > [EMAIL PROTECTED]:~$ touch test > [EMAIL PROTECTED]:~$ ls -l test > -rw-r--r-- 1 jule jule 0 Oct 6 17:22 test You shouldn't call anything you make "test" in Unix (though it shouldn't matter here). > [EMAIL PROTECTED]:~$ scp -v

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
I'll try it with a single file: [EMAIL PROTECTED]:~$ touch test [EMAIL PROTECTED]:~$ ls -l test -rw-r--r-- 1 jule jule 0 Oct 6 17:22 test [EMAIL PROTECTED]:~$ scj -v test [EMAIL PROTECTED]:~/ bash: scj: command not found [EMAIL PROTECTED]:~$ scp -v test [EMAIL PROTECTED]:~/ Executing: program /us

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from s. keeling: > Incoming from Jule Slootbeek: > > > > I have a problem scp'ing to and from my school's computer science > > department server. When i try to scp something all i get is the > > timestamp. I'm not sure if the problem lies on my side or on they're and > > [snip] > >

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from Jule Slootbeek: > > I have a problem scp'ing to and from my school's computer science > department server. When i try to scp something all i get is the > timestamp. I'm not sure if the problem lies on my side or on they're and > [snip] > [EMAIL PROTECTED]:~$ scp -r -v > [EM

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
I did, it got wrapped it's on the next line. -JSS Carl Fink wrote: On Wed, Oct 06, 2004 at 03:15:04PM -0400, Jule Slootbeek wrote: Hey all, I have a problem scp'ing to and from my school's computer science department server. When i try to scp something all i get is the timestamp. I'm not sure if

Re: SCP problem

2004-10-06 Thread Carl Fink
On Wed, Oct 06, 2004 at 03:15:04PM -0400, Jule Slootbeek wrote: > Hey all, > I have a problem scp'ing to and from my school's computer science > department server. When i try to scp something all i get is the > timestamp. I'm not sure if the problem lies on my side or on they're and > so i

Re: scp: a way to disable password authentication?

2004-01-23 Thread Vincent Lefevre
On 2004-01-23 20:00:54 +, Pigeon wrote: > IIUC you need to set "PasswordAuthentication no" in > /etc/ssh/ssh_config on the client. Thanks, this is the best one. It seems that I initially forgot to grep the ssh_config man page. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web:

Re: scp: a way to disable password authentication?

2004-01-23 Thread Bijan Soleymani
On Fri, Jan 23, 2004 at 02:03:52AM +0100, Vincent Lefevre wrote: > I would like to know how I can disable password authentication for scp > (on the client side), i.e. I want to connect by RSA authentication only, > and if this is not possible, I want scp to fail. > > The reason is that scp is call

Re: scp: a way to disable password authentication?

2004-01-23 Thread Pigeon
On Fri, Jan 23, 2004 at 02:03:52AM +0100, Vincent Lefevre wrote: > I would like to know how I can disable password authentication for scp > (on the client side), i.e. I want to connect by RSA authentication only, > and if this is not possible, I want scp to fail. IIUC you need to set "PasswordAuth

Re: scp: a way to disable password authentication?

2004-01-23 Thread Vincent Lefevre
On 2004-01-22 21:50:24 -0500, Roberto Sanchez wrote: > Copy the contents of ~/.ssh/id_dsa.pub on the sending computer > to ~/.ssh/authorized_keys on the receiving computer. It seems that you haven't understood my problem. ~/.ssh/authorized_keys already contains the key, but due to a NFS problem (I

Re: scp: a way to disable password authentication?

2004-01-22 Thread Roberto Sanchez
Vincent Lefevre wrote: I would like to know how I can disable password authentication for scp (on the client side), i.e. I want to connect by RSA authentication only, and if this is not possible, I want scp to fail. The reason is that scp is called from a perl script, and if a password is required[

Re: scp shall only copy newer files

2002-02-20 Thread Alvin Oga
hi ya i dont know of any easy tricks to give scp a "list of files" scp target:/list_of_files desktop:/home/foo -- for copying only the last 7 days of changes... tar has a --newer option too if you dont like "find" ( "newer" than the last time it ran) laptop# find /e

Re: scp shall only copy newer files

2002-02-20 Thread Christopher S. Swingley
Timo, > Right now I am doing a backup from my laptop to my workstation using > OpenSSH's secure copy. The problem is that i would like to copy only > newer files, cos it also transports my Ogg/Vorbis files (quite some > gigabytes) over net -quite not wanted. Is there a way like in normal cp > to t

Re: scp question (scp and exit shell)

2002-01-10 Thread Eric G . Miller
On Fri, 11 Jan 2002 11:20:13 +1000, john <[EMAIL PROTECTED]> wrote: [snip] > > One thing that speeds up scp tremendously is to add a -c blowfish to the > command. There may be patent issues or something, but the transfers are much > faster. > """ Blowfish is a symmetric block cipher that can be

Re: scp question (scp and exit shell)

2002-01-10 Thread martin f krafft
also sprach Mike Egglestone <[EMAIL PROTECTED]> [2002.01.11.0134 +0100]: > scp /home/user/file.txt bigserver:/home/user2/ & ssh -f bigserver 'cat > /home/user2/file.txt' < /home/user/file.txt -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> ma

Re: scp question (scp and exit shell)

2002-01-10 Thread Jonathan D. Proulx
On Thu, Jan 10, 2002 at 04:34:34PM -0800, Mike Egglestone wrote: :Hi all, : :I would like to copy a huge file from one server to another. :but because it takes a long time, I would like to exit :my remote shell that I used to login and run the scp command. : :I have tried with the " & " symbol afte

Re: scp question (scp and exit shell)

2002-01-10 Thread john
Mike Egglestone wrote: > Hi all, > > I would like to copy a huge file from one server to another. > but because it takes a long time, I would like to exit > my remote shell that I used to login and run the scp command. > > I have tried with the " & " symbol after the command but no go. > ex. > scp

Re: scp question (scp and exit shell)

2002-01-10 Thread nate
> Hi all, > > I would like to copy a huge file from one server to another. > but because it takes a long time, I would like to exit > my remote shell that I used to login and run the scp command. > > I have tried with the " & " symbol after the command but no go. > ex. > scp /home/user/file.txt bi

Re: scp trouble(potato)

2001-04-14 Thread Joe 'Zonker' Brockmeier
On Sat, 14 Apr 2001, Nate Amsden wrote: > Joe 'Zonker' Brockmeier wrote: > > > > On Sat, 14 Apr 2001, Nate Amsden wrote: > > > > > this only happens on 1 machine..(i run a couple dozen potato > > > servers/workstations), when trying to scp to or from it i get this: > > > > > > [EMAIL PROTECTED]:

Re: scp trouble(potato)

2001-04-14 Thread Nate Amsden
Joe 'Zonker' Brockmeier wrote: > > On Sat, 14 Apr 2001, Nate Amsden wrote: > > > this only happens on 1 machine..(i run a couple dozen potato > > servers/workstations), when trying to scp to or from it i get this: > > > > [EMAIL PROTECTED]:~$ scp [EMAIL PROTECTED]:/home/aphro/window.xwd . > > [EM

Re: scp trouble(potato)

2001-04-14 Thread Joe 'Zonker' Brockmeier
On Sat, 14 Apr 2001, Nate Amsden wrote: > this only happens on 1 machine..(i run a couple dozen potato > servers/workstations), when trying to scp to or from it i get this: > > [EMAIL PROTECTED]:~$ scp [EMAIL PROTECTED]:/home/aphro/window.xwd . > [EMAIL PROTECTED]'s password: > Linux xxx.xxx.xx

Re: scp

2001-03-14 Thread Bill Wohler
Florian Steurer <[EMAIL PROTECTED]> writes: > I try to write a backup (shell-)script and use the "scp"-command. It > asks for a password, how can I automize the passwort prompt -> I mean RTFM ;-). `man ssh' describes how you can copy your public key to your ~/.ssh/authorized_keys file on the r

Re: scp

2001-03-14 Thread Carlos Laviola
On 14-Mar-2001 Christoph Simon wrote: > On Wed, 14 Mar 2001 16:13:18 +0100 > Florian Steurer <[EMAIL PROTECTED]> wrote: > >> hi! >> I try to write a backup (shell-)script and use the "scp"-command. It >> asks for a password, how can I automize the passwort prompt -> I mean >> that the password is

Re: scp

2001-03-14 Thread Christoph Simon
On Wed, 14 Mar 2001 16:13:18 +0100 Florian Steurer <[EMAIL PROTECTED]> wrote: > hi! > I try to write a backup (shell-)script and use the "scp"-command. It > asks for a password, how can I automize the passwort prompt -> I mean > that the password is direct read from the shell script, without > pro

Re: scp

2001-03-14 Thread Philipp Schulte
On Wed, Mar 14, 2001 at 04:13:18PM +0100, Florian Steurer wrote: > I try to write a backup (shell-)script and use the "scp"-command. It > asks for a password, how can I automize the passwort prompt -> I mean > that the password is direct read from the shell script, without > prompting. I tried so

Re: scp

2001-03-14 Thread Andrew Perrin
The best option is to use RSA authentication instead of password. Use ssh-keygen to generate a public/private keyset, then copy the public key into ~/.ssh/authorized_keys on the remote host. Then it will authenticate without asking for a password. You must use a blank passphrase for this to work.

Re: scp frontend anyone?

2001-03-08 Thread Bostjan Muller
* On 07-03-01 at 22:20 Carlos Laviola ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ > Yes, search freshmeat.net for scp (I did, got a lot of results for scp > frontends). > > -- > Carlos Laviola - ICQ 55799523 > pub 1024D/3516D372 2000-06-05 Carlos Laviola <[EMAIL PROTECTED]> >

Re: scp frontend anyone?

2001-03-08 Thread Bostjan Muller
* On 07-03-01 at 22:20 Carlos Laviola ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ > Yes, search freshmeat.net for scp (I did, got a lot of results for scp > frontends). > > -- > Carlos Laviola - ICQ 55799523 > pub 1024D/3516D372 2000-06-05 Carlos Laviola <[EMAIL PROTECTED]> >

RE: scp frontend anyone?

2001-03-07 Thread Carlos Laviola
On 07-Mar-2001 Bostjan Muller wrote: > Hi! > > Does anyone know of any (working) scp frontend (either for console or for X), > that would work in debian.. I have tried kscp, but it lacks functionallity. > Is > there anything else out there? Yes, search freshmeat.net for scp (I did, got a lot of

Re: scp frontend anyone?

2001-03-07 Thread Ilia Lobsanov
How about http://freshmeat.net/projects/secpanel/ ilia. On Wed, Mar 07, 2001 at 09:53:04PM +0100, Bostjan Muller wrote: > Hi! > > Does anyone know of any (working) scp frontend (either for console or for X), > that would work in debian.. I have tried kscp, but it lacks functionallity. Is > there

Re: scp from stdin

2000-11-30 Thread Carel Fellinger
On Thu, Nov 30, 2000 at 09:40:37AM +, Justin B Rye wrote: ... > Well, try tempfile: > > $ tar cz ~user | ssh [EMAIL PROTECTED] \ > 'umask 077 && OUT=$(tempfile -d ~/ -p out -s .tgz) && cat >$OUT' Neat, finally a question simple enough for me to anwser and as a reward I get to learn some n

Re: scp from stdin

2000-11-30 Thread Justin B Rye
Carel Fellinger wrote: > On Tue, Nov 28, 2000 at 04:10:17PM -0600, Brian McGroarty wrote: >> Is there a way to pipe input to a file on a remote host via scp? >> >> i.e. >> >> tar cz ~user | scp ??? [EMAIL PROTECTED]:outfile.tgz > > I think not directly, but you could try: > > $ tar cz ~user | s

  1   2   >