Opened 22 years ago

Closed 22 years ago

Last modified 10 years ago

#130 closed defect (wontfix)

Include SSH in /etc/services file

Reported by: rkimmel@… Owned by: blfs-book@…
Priority: low Milestone:
Component: BOOK Version: ~CVS
Severity: minor Keywords:
Cc:

Description

The /etc/services file installed (at least with LFS 3.3) does not include entries for the SSH protocol. Although hardly a critical function, including the entries makes output from certain commands (e.g., netstat) more "user- friendly". The entries can be added with a simple patch:

--- services.old 2002-06-29 00:51:59.000000000 -0400 +++ services 2002-06-29 00:53:21.000000000 -0400 @@ -25,7 +25,8 @@

chargen 19/tcp ttytst source chargen 19/udp ttytst source ftp 21/tcp

-# 22 - unassigned +ssh 22/tcp +ssh 22/udp

telnet 23/tcp # 24 - private smtp 25/tcp mail

Change History (2)

comment:1 by markh@…, 22 years ago

Resolution: wontfix
Status: newclosed

I've just been shown that this bug is to be fixed in LFS at some point (it's bug 359 in LFS bugzilla: http://bugs.linuxfromscratch.org/show_bug.cgi?id=359 )

Therefore, there's no point in 'fixing' it in BLFS

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.