Re: It's time for those 2048-, 3072-, and 4096-bit keys?
From: Jason Stone (jason@shalott.net)
Date: 04/01/02
- Next message: Jason Stone: "Re: SSH or Telnet?"
- Previous message: Christopher Schulte: "Re: Why update the world because of OpenSSH?"
- In reply to: Zvezdan Petkovic: "Re: It's time for those 2048-, 3072-, and 4096-bit keys?"
- Next in thread: Zvezdan Petkovic: "Re: It's time for those 2048-, 3072-, and 4096-bit keys?"
- Reply: Zvezdan Petkovic: "Re: It's time for those 2048-, 3072-, and 4096-bit keys?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 1 Apr 2002 00:28:30 -0800 (PST) From: Jason Stone <jason@shalott.net> To: Zvezdan Petkovic <zvezdan@CS.WM.EDU>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> > Well, for one, the fact that you can't copy from one remote host to
> > another.
>
> Wrong, you _CAN_ copy between two remote hosts.
> scp man page says in the second paragraph of DESCRIPTION:
>
> Any file name may contain a host and user specification to indicate that
> the file is to be copied to/from that host. Copies between two remote
> hosts are permitted.
>
> scp my.office.machine:file.pdf my.home.machine:
Yes, but it's not what you think - when you did this, what actually
happened was that the client on the machine you started from did:
ssh my.office.machine "scp file.pdf my.home.machine:"
That is to say, you really just copied the file from office to home
without it ever touching the machine in the middle. So if the two end
machines can't see each other, this won't work. And if you can't arrange
to get the password/key/passphrase for the home machine from the middle
machine to the office machine, this won't work.
-Jason
-----------------------------------------------------------------------
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say "Daddy, where
were you when they took freedom of the press away from the Internet?"
-- Mike Godwin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: See https://private.idealab.com/public/jason/jason.gpg
iD8DBQE8qBpAswXMWWtptckRAqsOAKC0t+GNNMdAjTdKUg8tnZZpufY7FgCeL+Wa
mhRBDWibIk7otIiNYfILxC0=
=cv6D
-----END PGP SIGNATURE-----
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: Jason Stone: "Re: SSH or Telnet?"
- Previous message: Christopher Schulte: "Re: Why update the world because of OpenSSH?"
- In reply to: Zvezdan Petkovic: "Re: It's time for those 2048-, 3072-, and 4096-bit keys?"
- Next in thread: Zvezdan Petkovic: "Re: It's time for those 2048-, 3072-, and 4096-bit keys?"
- Reply: Zvezdan Petkovic: "Re: It's time for those 2048-, 3072-, and 4096-bit keys?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|