Re: Secure File Copy

2005-11-16 Thread Ivailo Tanusheff
Only if Mac supports this :)

Ivailo Tanusheff
Senior System administrator
ProCredit Bank (Bulgaria) AD




Michael Beattie <[EMAIL PROTECTED]> 
11/16/2005 05:12 PM

To
Ivailo Tanusheff <[EMAIL PROTECTED]>
cc
Joshua Lewis <[EMAIL PROTECTED]>, freebsd-questions@freebsd.org
Subject
Re: Secure File Copy






On 11/16/05, Ivailo Tanusheff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You can use lsz/lrz commands, to achieve this install this port:
>
> Port:   lrzsz-0.12.20_1
> Path:   /usr/ports/comms/lrzsz
> Info:   Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
> Maint:  [EMAIL PROTECTED]
> B-deps:
> R-deps:
> WWW:http://www.ohse.de/uwe/software/lrzsz.html
>
> Ivailo Tanusheff
> Senior System administrator
> ProCredit Bank (Bulgaria) AD
>
>
>
>
>
> "Joshua Lewis" <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 11/15/2005 03:47 PM
>
> To
> 
> cc
>
> Subject
> Secure File Copy
>
>
>
>
>
>
> I have a FreeBSD 5.4 system and I have no way to back up the data. I 
don't
> have a burner and I can't get one anytime soon. I do however have a 
burner
> on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I 
can
> SSH into the box from the Mac, However I do not know how to copy the 
files
> I
> need to back up from the FreeBSD system to the Mac. Thanks ahead of time
> for
> any help.


The easiest thing would be to use scp or stfp...  both are secure copy
commands that run through the ssh daemon.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-16 Thread Michael Beattie
On 11/16/05, Ivailo Tanusheff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You can use lsz/lrz commands, to achieve this install this port:
>
> Port:   lrzsz-0.12.20_1
> Path:   /usr/ports/comms/lrzsz
> Info:   Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
> Maint:  [EMAIL PROTECTED]
> B-deps:
> R-deps:
> WWW:http://www.ohse.de/uwe/software/lrzsz.html
>
> Ivailo Tanusheff
> Senior System administrator
> ProCredit Bank (Bulgaria) AD
>
>
>
>
>
> "Joshua Lewis" <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 11/15/2005 03:47 PM
>
> To
> 
> cc
>
> Subject
> Secure File Copy
>
>
>
>
>
>
> I have a FreeBSD 5.4 system and I have no way to back up the data. I don't
> have a burner and I can't get one anytime soon. I do however have a burner
> on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can
> SSH into the box from the Mac, However I do not know how to copy the files
> I
> need to back up from the FreeBSD system to the Mac. Thanks ahead of time
> for
> any help.


The easiest thing would be to use scp or stfp...  both are secure copy
commands that run through the ssh daemon.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-16 Thread Ivailo Tanusheff
Hi,

You can use lsz/lrz commands, to achieve this install this port:

Port:   lrzsz-0.12.20_1
Path:   /usr/ports/comms/lrzsz
Info:   Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
Maint:  [EMAIL PROTECTED]
B-deps:
R-deps:
WWW:http://www.ohse.de/uwe/software/lrzsz.html

Ivailo Tanusheff
Senior System administrator
ProCredit Bank (Bulgaria) AD





"Joshua Lewis" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
11/15/2005 03:47 PM

To

cc

Subject
Secure File Copy






I have a FreeBSD 5.4 system and I have no way to back up the data. I don't
have a burner and I can't get one anytime soon. I do however have a burner
on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can
SSH into the box from the Mac, However I do not know how to copy the files 
I
need to back up from the FreeBSD system to the Mac. Thanks ahead of time 
for
any help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Secure File Copy

2005-11-15 Thread Paul Schmehl
--On Tuesday, November 15, 2005 06:17:41 -0800 Joshua Lewis 
<[EMAIL PROTECTED]> wrote:



I was trying that I did

scp [EMAIL PROTECTED]:/usr/local/www
localhost:/Users/joshua/Desktop/FreeBSD

And it prompted me for a password on the server but the root password
would not authenticate.

Most likely this is because remote root logins through ssh are not allowed 
(nor should they ever be.)  Use another username.


Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-15 Thread Enrique Ayesta Perojo
El Asteartea, 15 de Azaroa de 2005 15:17, Joshua Lewis escribió:
> I was trying that I did
>
> scp [EMAIL PROTECTED]:/usr/local/www
> localhost:/Users/joshua/Desktop/FreeBSD
>
> And it prompted me for a password on the server but the root password would
> not authenticate.

I don't know very much about MacOs but usually the user root is disabled by 
default at the sshd configuration, so you should use a "normal" user account 
to copy the files. If not, take a look at the sshd config file and allow the 
root user to use ssh.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-15 Thread Mario Hoerich
# Joshua Lewis:
> I have a FreeBSD 5.4 system and I have no way to back up the data. I don't
> have a burner and I can't get one anytime soon. I do however have a burner
> on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can
> SSH into the box from the Mac, However I do not know how to copy the files I
> need to back up from the FreeBSD system to the Mac. 

With scp.  From your mac type:

$ scp -r [EMAIL PROTECTED]:/remote/path /local/path

which copies the directory /remote/path on the BSD machine to
/local/path on the mac.  There are also graphical frontends
for this, e.g. Fugu http://rsug.itd.umich.edu/software/fugu/>. 

If you need to do this frequently (and your wife doesn't mind
keeping your files on her book) it's probably better to use rsync,
i.e.
$ rsync -vatz --delete [EMAIL PROTECTED]:/remote/path /local/path

(see the man page for details).


 HTH,
Mario
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-15 Thread Chris

On Tue, 15 Nov 2005, Enrique Ayesta Perojo wrote:


El Asteartea, 15 de Azaroa de 2005 14:47, Joshua Lewis escribió:

I have a FreeBSD 5.4 system and I have no way to back up the data. I don't
have a burner and I can't get one anytime soon. I do however have a burner
on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can
SSH into the box from the Mac, However I do not know how to copy the files
I need to back up from the FreeBSD system to the Mac. Thanks ahead of time
for any help.


Take a look at the scp man page, it works very similar to the cp command.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



Also worth considering man sftp


Best regards,
Chris

When in doubt, mumble.
When in trouble, delegate.
When in charge, ponder.___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: Secure File Copy

2005-11-15 Thread Joshua Lewis
I was trying that I did

scp [EMAIL PROTECTED]:/usr/local/www
localhost:/Users/joshua/Desktop/FreeBSD

And it prompted me for a password on the server but the root password would
not authenticate.

-Original Message-
From: Enrique Ayesta Perojo [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 6:09 AM
To: freebsd-questions@freebsd.org
Cc: Joshua Lewis
Subject: Re: Secure File Copy


El Asteartea, 15 de Azaroa de 2005 14:47, Joshua Lewis escribió:
> I have a FreeBSD 5.4 system and I have no way to back up the data. I 
> don't have a burner and I can't get one anytime soon. I do however 
> have a burner on my wifes G4 laptop. I have enabled SSH on the FreeBSD 
> system and I can SSH into the box from the Mac, However I do not know 
> how to copy the files I need to back up from the FreeBSD system to the 
> Mac. Thanks ahead of time for any help.

Take a look at the scp man page, it works very similar to the cp command.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-15 Thread albi
On Tue, 15 Nov 2005 15:09:12 +0100
Enrique Ayesta Perojo <[EMAIL PROTECTED]> wrote:

> El Asteartea, 15 de Azaroa de 2005 14:47, Joshua Lewis escribió:
> > I have a FreeBSD 5.4 system and I have no way to back up the data.
> > I don't have a burner and I can't get one anytime soon. I do
> > however have a burner on my wifes G4 laptop. I have enabled SSH on
> > the FreeBSD system and I can SSH into the box from the Mac, However
> > I do not know how to copy the files I need to back up from the
> > FreeBSD system to the Mac. Thanks ahead of time for any help.
> 
> Take a look at the scp man page, it works very similar to the cp
> command.

here's an example :
scp -r [EMAIL PROTECTED]:/path_to_files/ ~/

(instead of the ~/ in the end you can use a dot)

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-15 Thread Enrique Ayesta Perojo
El Asteartea, 15 de Azaroa de 2005 14:47, Joshua Lewis escribió:
> I have a FreeBSD 5.4 system and I have no way to back up the data. I don't
> have a burner and I can't get one anytime soon. I do however have a burner
> on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can
> SSH into the box from the Mac, However I do not know how to copy the files
> I need to back up from the FreeBSD system to the Mac. Thanks ahead of time
> for any help.

Take a look at the scp man page, it works very similar to the cp command.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Secure File Copy

2005-11-15 Thread Mike Hernandez
On  Tue, Nov 15, 2005 at 05:47:55AM -0800, Joshua Lewis wrote:
> I have a FreeBSD 5.4 system and I have no way to back up the data. I don't
> have a burner and I can't get one anytime soon. I do however have a burner
> on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can
> SSH into the box from the Mac, However I do not know how to copy the files I
> need to back up from the FreeBSD system to the Mac. Thanks ahead of time for
> any help.

You said the easiest way in your subject, just use scp :)

You could also install samba on the bsd box and use mac os x's smb support, or
you can set up nfs.

I suggest scp, it's the easiest since you already have an ssh server running.

quick example: scp local_file.txt [EMAIL PROTECTED]:

Good luck :)

Mike H
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Secure File Copy

2005-11-15 Thread Joshua Lewis
I have a FreeBSD 5.4 system and I have no way to back up the data. I don't
have a burner and I can't get one anytime soon. I do however have a burner
on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can
SSH into the box from the Mac, However I do not know how to copy the files I
need to back up from the FreeBSD system to the Mac. Thanks ahead of time for
any help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"