* Re: [gentoo-dev] suggestion: virtual/telnet
[not found] <20031227230323.707ad4af.spider@gentoo.org>
@ 2003-12-28 0:34 ` Mike Frysinger
2003-12-28 14:22 ` Georgi Georgiev
[not found] ` <20031227230614.057982c7@snowdrop.home>
1 sibling, 1 reply; 14+ messages in thread
From: Mike Frysinger @ 2003-12-28 0:34 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 426 bytes --]
On Saturday 27 December 2003 17:03, Spider wrote:
> net-misc/telnet-bsd
> net-misc/netkit-telnetd
since we dont really have anything requiring telnet (afaik) and telnet is not
in profiles, having a virtual/telnet serves no purpose in terms of portage
other than allowing users to type `emerge telnet` ...
when that fails, they could just as easily do `emerge -s telnet` and see both
those packages imo ...
-mike
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <20031227230614.057982c7@snowdrop.home>]
* Re: [gentoo-dev] suggestion: virtual/telnet
[not found] ` <20031227230614.057982c7@snowdrop.home>
@ 2003-12-28 0:41 ` Spider
2003-12-28 2:09 ` Mike Frysinger
2003-12-28 2:55 ` Allen Parker
` (2 subsequent siblings)
3 siblings, 1 reply; 14+ messages in thread
From: Spider @ 2003-12-28 0:41 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
begin quote
On Sat, 27 Dec 2003 23:06:14 +0000
Ciaran McCreesh <ciaranm@gentoo.org> wrote:
> On Sat, 27 Dec 2003 23:03:23 +0100 Spider <spider@gentoo.org> wrote:
> | Well,
> | this is something that a lot of users ask about (how do I get
> | telnet?)
>
> Wouldn't it be better to educate the users to get rid of that 'type in
> emerge telnet to install telnet' mentality?
>
That too, but since we have a nice virtuals support, why not use it when
we have multiple packages that stand for the same functionality? ;)
//Spider
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [gentoo-dev] suggestion: virtual/telnet
[not found] ` <20031227230614.057982c7@snowdrop.home>
2003-12-28 0:41 ` Spider
@ 2003-12-28 2:55 ` Allen Parker
[not found] ` <FILESERVERTrBoe2U8Q000000f8@FILESERVER.aurora.local>
[not found] ` <200312280328.hBS3SYWm016987@netswarm.net>
3 siblings, 0 replies; 14+ messages in thread
From: Allen Parker @ 2003-12-28 2:55 UTC (permalink / raw
To: 'Ciaran McCreesh', gentoo-dev
> -----Original Message-----
> From: Ciaran McCreesh [mailto:ciaranm@gentoo.org]
> Sent: Saturday, December 27, 2003 6:06 PM
> To: gentoo-dev@lists.gentoo.org
> Subject: Re: [gentoo-dev] suggestion: virtual/telnet
>
> On Sat, 27 Dec 2003 23:03:23 +0100 Spider <spider@gentoo.org> wrote:
> | Well,
> | this is something that a lot of users ask about (how do I get
> | telnet?)
>
> Wouldn't it be better to educate the users to get rid of that 'type in
> emerge telnet to install telnet' mentality?
>
> --
> Ciaran McCreesh
> Mail: ciaranm at gentoo.org
> Web: http://dev.gentoo.org/~ciaranm
I must pipe up on this one. When a user asks for "telnet" they're usually
not aware of the security risks involved. (kinda makes me wonder why it's
installed by default on Debian :-\) Probably the best way to handle this is
to create a virtual/telnet and add a default package that when uninstalled
displays a basic readme saying telnet isn't secure and why, asks the user if
they still want to do it, and THEN after they've confirmed that they do in
fact want telnet, allow them to emerge whichever telnet they choose.
So, to re-state because I'm not even sure what I said up there:
Create package block-telnet that does as it's name implies, blocks the
virtual/telnet package so that no other telnetd/telnet client may be emerged
without removing it first.
Setup block-telnet to install something like /usr/share/doc/telnet-readme
(the contents of the same thing you read when you remove block-telnet) and
upon unmerge fire off a simple shell script that less's the same file
(hidden) that is telnet-readme with a yes/no choice saying are you sure you
wish to remove me?
Add block-telnet -> virtual/telnet as a virtual/telnet blocker by default
for all arch/stage/devel profiles under system instead of world and make it
a default package (like nano) for Gentoo 2004.
It honestly seems to me that this would probably take any dev minutes to set
the virtual up this way and it would also allow very fast, short answers in
regards to getting questions on telnet:
Eg:
User: how do I install telnet?
Dev: emerge unmerge block-telnet ... and read what it says.
User: thanks for your help!
That's my 2/100ths of a monetary unit.
Allen Parker
PS: when used in this manner, it's hardly cruft.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <FILESERVERTrBoe2U8Q000000f8@FILESERVER.aurora.local>]
[parent not found: <200312280328.hBS3SYWm016987@netswarm.net>]
* Re: [gentoo-dev] suggestion: virtual/telnet
[not found] ` <200312280328.hBS3SYWm016987@netswarm.net>
@ 2003-12-28 14:52 ` Christian Birchinger
0 siblings, 0 replies; 14+ messages in thread
From: Christian Birchinger @ 2003-12-28 14:52 UTC (permalink / raw
To: gentoo-dev
I'm the last person who would want infos and help on emerge
removed but that sounds like too much baby sitting.
I like Gentoo for not enabling the server daemon by default
after emerge. That's the "protection" i expect and like.
But i dislike when my distribution tries to be smarter than
the user. If you want to warn the user then a ewarn after
emerge has to be enough becauee everything else annoys too
much.
And telnet isn't bad by default. I use the client for various
tests and have it installed on all my machines because sometimes
it's just simpler than netcat magic etc.
On Sat, Dec 27, 2003 at 09:55:02PM -0500, Allen Parker wrote:
> I must pipe up on this one. When a user asks for "telnet" they're usually
> not aware of the security risks involved. (kinda makes me wonder why it's
> installed by default on Debian :-\) Probably the best way to handle this is
> to create a virtual/telnet and add a default package that when uninstalled
> displays a basic readme saying telnet isn't secure and why, asks the user if
> they still want to do it, and THEN after they've confirmed that they do in
> fact want telnet, allow them to emerge whichever telnet they choose.
>
> So, to re-state because I'm not even sure what I said up there:
> Create package block-telnet that does as it's name implies, blocks the
> virtual/telnet package so that no other telnetd/telnet client may be emerged
> without removing it first.
> Setup block-telnet to install something like /usr/share/doc/telnet-readme
> (the contents of the same thing you read when you remove block-telnet) and
> upon unmerge fire off a simple shell script that less's the same file
> (hidden) that is telnet-readme with a yes/no choice saying are you sure you
> wish to remove me?
> Add block-telnet -> virtual/telnet as a virtual/telnet blocker by default
> for all arch/stage/devel profiles under system instead of world and make it
> a default package (like nano) for Gentoo 2004.
>
> It honestly seems to me that this would probably take any dev minutes to set
> the virtual up this way and it would also allow very fast, short answers in
> regards to getting questions on telnet:
>
> Eg:
> User: how do I install telnet?
> Dev: emerge unmerge block-telnet ... and read what it says.
> User: thanks for your help!
>
> That's my 2/100ths of a monetary unit.
> Allen Parker
>
> PS: when used in this manner, it's hardly cruft.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* FW: [gentoo-dev] suggestion: virtual/telnet
@ 2003-12-28 2:44 Allen Parker
2003-12-28 3:34 ` Jason Wever
2003-12-28 3:37 ` Allen Parker
0 siblings, 2 replies; 14+ messages in thread
From: Allen Parker @ 2003-12-28 2:44 UTC (permalink / raw
To: gentoo-dev
Sorry, the first time I sent it, I hit the wrong reply button.
> -----Original Message-----
> From: Allen Parker [mailto:allenp@efn.org]
> Sent: Saturday, December 27, 2003 7:32 PM
> To: 'Ciaran McCreesh'
> Subject: RE: [gentoo-dev] suggestion: virtual/telnet
>
> I must pipe up on this one. When a user asks for "telnet" they're usually
> not aware of the security risks involved. (kinda makes me wonder why it's
> installed by default on Debian :-\) Probably the best way to handle this
> is to create a virtual/telnet and add a default package that when
> uninstalled displays a basic readme saying telnet isn't secure and why,
> asks the user if they still want to do it, and THEN after they've
> confirmed that they do in fact want telnet, allow them to emerge whichever
> telnet they choose.
>
> So, to re-state because I'm not even sure what I said up there:
> Create package block-telnet that does as it's name implies, blocks the
> virtual/telnet package so that no other telnetd/telnet client may be
> emerged without removing it first.
> Setup block-telnet to install something like /usr/share/doc/telnet-readme
> (the contents of the same thing you read when you remove block-telnet) and
> upon unmerge fire off a simple shell script that less's the same file
> (hidden) that is telnet-readme with a yes/no choice saying are you sure
> you wish to remove me?
> Add block-telnet -> virtual/telnet as a virtual/telnet blocker by default
> for all arch/stage/devel profiles under system instead of world and make
> it a default package (like nano) for Gentoo 2004.
>
> It honestly seems to me that this would probably take any dev minutes to
> set the virtual up this way and it would also allow very fast, short
> answers in regards to getting questions on telnet:
>
> Eg:
> User: how do I install telnet?
> Dev: emerge unmerge block-telnet ... and read what it says.
> User: thanks for your help!
>
> That's my 2/100ths of a monetary unit.
> Allen Parker
>
> > -----Original Message-----
> > From: Ciaran McCreesh [mailto:ciaranm@gentoo.org]
> > Sent: Saturday, December 27, 2003 6:06 PM
> > To: gentoo-dev@lists.gentoo.org
> > Subject: Re: [gentoo-dev] suggestion: virtual/telnet
> >
> > On Sat, 27 Dec 2003 23:03:23 +0100 Spider <spider@gentoo.org> wrote:
> > | Well,
> > | this is something that a lot of users ask about (how do I get
> > | telnet?)
> >
> > Wouldn't it be better to educate the users to get rid of that 'type in
> > emerge telnet to install telnet' mentality?
> >
> > --
> > Ciaran McCreesh
> > Mail: ciaranm at gentoo.org
> > Web: http://dev.gentoo.org/~ciaranm
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-dev] suggestion: virtual/telnet
2003-12-28 2:44 FW: " Allen Parker
@ 2003-12-28 3:34 ` Jason Wever
2003-12-28 10:26 ` Mike Williams
2003-12-28 3:37 ` Allen Parker
1 sibling, 1 reply; 14+ messages in thread
From: Jason Wever @ 2003-12-28 3:34 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]
On Sat, 27 Dec 2003 21:44:06 -0500
"Allen Parker" <allenp@efn.org> wrote:
> > So, to re-state because I'm not even sure what I said up there:
> > Create package block-telnet that does as it's name implies, blocks the
> > virtual/telnet package so that no other telnetd/telnet client may be
> > emerged without removing it first.
> > Setup block-telnet to install something like
> > /usr/share/doc/telnet-readme(the contents of the same thing you read
> > when you remove block-telnet) and upon unmerge fire off a simple shell
> > script that less's the same file(hidden) that is telnet-readme with a
> > yes/no choice saying are you sure you wish to remove me?
> > Add block-telnet -> virtual/telnet as a virtual/telnet blocker by
> > default for all arch/stage/devel profiles under system instead of
> > world and make it a default package (like nano) for Gentoo 2004.
I don't believe our intention or goal is to proactively protect the user
from their own possible stupidity. Telnet is still rather viable for
things (think terminal servers) and has many applications where security
may not be a concern.
If we were going to apply this logic, we'd have to do the same for all web
browsers that don't support SSL, all ldap clients and servers that don't
support SSL or any other programs that transmit data in the clear across
the network.
I believe one of the reasons openssh is in the default system profile is
to help increase security in this regard.
Cheers,
--
Jason Wever
Gentoo/Sparc Co-Team Lead
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-dev] suggestion: virtual/telnet
2003-12-28 3:34 ` Jason Wever
@ 2003-12-28 10:26 ` Mike Williams
2003-12-28 10:33 ` Ciaran McCreesh
2003-12-28 10:47 ` Jeremy Maitin-Shepard
0 siblings, 2 replies; 14+ messages in thread
From: Mike Williams @ 2003-12-28 10:26 UTC (permalink / raw
To: gentoo-dev
On Sunday 28 December 2003 03:34, Jason Wever wrote:
> I don't believe our intention or goal is to proactively protect the user
> from their own possible stupidity. Telnet is still rather viable for
> things (think terminal servers) and has many applications where security
> may not be a concern.
Mostly, as an administrator/power user, telnet is an absolute must for testing
services.
The block-telnet with a virtual/telnet is a good idea. A simple 1 line reason
for the block printed when portage shows the block would make things even
better.
Yes, it's work for a dev, but if it saves a multitude of questions later isn't
it worth the effort now?
--
Mike Williams
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-dev] suggestion: virtual/telnet
2003-12-28 10:26 ` Mike Williams
@ 2003-12-28 10:33 ` Ciaran McCreesh
2003-12-28 13:01 ` Mike Frysinger
2003-12-28 10:47 ` Jeremy Maitin-Shepard
1 sibling, 1 reply; 14+ messages in thread
From: Ciaran McCreesh @ 2003-12-28 10:33 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 511 bytes --]
On Sun, 28 Dec 2003 10:26:18 +0000 Mike Williams <mike@gaima.co.uk>
wrote:
| The block-telnet with a virtual/telnet is a good idea. A simple 1 line
| reason for the block printed when portage shows the block would make
| things even better.
| Yes, it's work for a dev, but if it saves a multitude of questions
| later isn't it worth the effort now?
Not really. That's some pretty heavy abuse of virtuals and ebuilds.
--
Ciaran McCreesh
Mail: ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-dev] suggestion: virtual/telnet
2003-12-28 10:26 ` Mike Williams
2003-12-28 10:33 ` Ciaran McCreesh
@ 2003-12-28 10:47 ` Jeremy Maitin-Shepard
1 sibling, 0 replies; 14+ messages in thread
From: Jeremy Maitin-Shepard @ 2003-12-28 10:47 UTC (permalink / raw
To: gentoo-dev
Mike Williams <mike@gaima.co.uk> writes:
> On Sunday 28 December 2003 03:34, Jason Wever wrote:
>> I don't believe our intention or goal is to proactively protect the user
>> from their own possible stupidity. Telnet is still rather viable for
>> things (think terminal servers) and has many applications where security
>> may not be a concern.
> Mostly, as an administrator/power user, telnet is an absolute must for testing
> services.
Although people often tend to use and think of telnet as being
plain-text, bare TCP, it really is a protocol, and so it would probably
be best to use the far-more-useful-for-that-purpose netcat program
(net-analyzer/netcat).
> The block-telnet with a virtual/telnet is a good idea. A simple 1 line reason
> for the block printed when portage shows the block would make things even
> better.
> Yes, it's work for a dev, but if it saves a multitude of questions later isn't
> it worth the effort now?
Adding a block-telnet package to the system class seems like an
excessive amount of trouble to inconvenience users excessively.
--
Jeremy Maitin-Shepard
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [gentoo-dev] suggestion: virtual/telnet
2003-12-28 2:44 FW: " Allen Parker
2003-12-28 3:34 ` Jason Wever
@ 2003-12-28 3:37 ` Allen Parker
1 sibling, 0 replies; 14+ messages in thread
From: Allen Parker @ 2003-12-28 3:37 UTC (permalink / raw
To: 'Allen Parker', gentoo-dev
I'm an asshole, sorry about the dual posts.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2003-12-28 15:23 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20031227230323.707ad4af.spider@gentoo.org>
2003-12-28 0:34 ` [gentoo-dev] suggestion: virtual/telnet Mike Frysinger
2003-12-28 14:22 ` Georgi Georgiev
[not found] ` <20031227230614.057982c7@snowdrop.home>
2003-12-28 0:41 ` Spider
2003-12-28 2:09 ` Mike Frysinger
2003-12-28 2:55 ` Allen Parker
[not found] ` <FILESERVERTrBoe2U8Q000000f8@FILESERVER.aurora.local>
2003-12-28 4:10 ` Ciaran McCreesh
2003-12-28 15:23 ` Paul de Vrieze
[not found] ` <200312280328.hBS3SYWm016987@netswarm.net>
2003-12-28 14:52 ` Christian Birchinger
2003-12-28 2:44 FW: " Allen Parker
2003-12-28 3:34 ` Jason Wever
2003-12-28 10:26 ` Mike Williams
2003-12-28 10:33 ` Ciaran McCreesh
2003-12-28 13:01 ` Mike Frysinger
2003-12-28 10:47 ` Jeremy Maitin-Shepard
2003-12-28 3:37 ` Allen Parker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox