Mailing List Archive

Progress meter for ssh-keygen
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Attached is a patch to add a progress meter for ssh-keygen similar
to the one in the commercial ssh1.

Was this left out of the OpenBSD version because of security
concerns?

Regards,
Damien Miller

- --
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE4WFr1ormJ9RG1dI8RAjYoAJ99bJwtjL7dKwrZhat9FAUj4nEUlwCgqvZ/
tFU5SXFtgbOsFx8gFlEdd8s=
=20cA
-----END PGP SIGNATURE-----
Re: Progress meter for ssh-keygen [ In reply to ]
In message <Pine.LNX.4.10.9912161416380.22988-200000@mothra.mindrot.org>, Damie
n Miller writes:
>Was this left out of the OpenBSD version because of security
>concerns?
No, not for security concerns. I did not have the time to put the
function hooks in. And it did not seem particullary important.

Niels.
Re: Progress meter for ssh-keygen [ In reply to ]
Reading this (progress meter) patch reminds me of something I meant to
bring up previously about scp...

I know folks that favor building the old ssh1.2.27 distribution using
the 'configure --without-scp-stats' option so that scp more closely
behaves like rcp (only generate output on errors).

Yes, this behavior can be obtained if you remember to add the -q
switch to the scp command, but it might be useful to borrow this kind
of configuration functionality from the ssh1.2.27 configure script. I
believe they use a macro something like WITH_SCP_STATS to control if
the code to generate the progress stats should be compiled into the
program or not.

Enjoy!
-- Mark
Re: Progress meter for ssh-keygen [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 15 Dec 1999, Mark D. Baushke wrote:

> Yes, this behavior can be obtained if you remember to add the -q
> switch to the scp command, but it might be useful to borrow this kind
> of configuration functionality from the ssh1.2.27 configure script. I
> believe they use a macro something like WITH_SCP_STATS to control if
> the code to generate the progress stats should be compiled into the
> program or not.

How about:

alias scp="scp -q"

In your profile?

Regards,
Damien Miller


- --
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE4WaemormJ9RG1dI8RAo4qAJ9U8KNg3Ffvgdr68IY+hJI1r+btrQCaAxwI
ZWjF66PP5iaP3FRnAeuocqM=
=/Ct5
-----END PGP SIGNATURE-----