#130 closed defect (wontfix)
Include SSH in /etc/services file
Reported by: | Owned by: | ||
---|---|---|---|
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
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