配置turbo linux es11上的ftp(gssftp) and telnet服務,及讓root 直接telnet備記
bash-3.2$ hostname
turbolinux.es11.com
[root@turbolinux ~]# bash
[root@turbolinux ~]# clear
[root@turbolinux ~]# cd /etc/xinetd.d
[root@turbolinux xinetd.d]# ls
amanda chargen-stream discard-dgram eklogin klogin rlogin telnet
amandaidx cvs discard-stream ekrb5-telnet krb5-telnet rsh telnet.bak
amidxtape daytime-dgram echo-dgram gssftp kshell rsync time-dgram
chargen-dgram daytime-stream echo-stream gssftp.bak rexec tcpmux-server time-stream
[root@turbolinux xinetd.d]# more telnet
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = no #本來是yes
}
[root@turbolinux xinetd.d]# more gssftp
# default: off
# description: The kerberized FTP server accepts FTP connections \
# that can be authenticated with Kerberos 5.
service ftp
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/kerberos/sbin/ftpd
server_args = -l #本來是-l -a
log_on_failure += USERID
disable = no #本來是yes
}
[root@turbolinux xinetd.d]# service xinetd restart #重啟xinetd服務
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
[root@turbolinux etc]# more securetty.bak #為了讓root直接telnet,把/etc/securetty改名另一個檔名.就可以了
console
vc/1
vc/2
vc/3
vc/4
vc/5
vc/6
vc/7
vc/8
vc/9
vc/10
vc/11
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
tty9
tty10
tty11
pts/0
pts/1
[root@turbolinux etc]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-541354/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- solaris啟動ftp和telnet服務FTP
- root使用者FTP和TELNETFTP
- 【telnet】開啟RHEL5.3 Linux的telnet服務Linux
- linux開啟telnet服務Linux
- 搭建Telnet服務
- ftp telnet service in SolarisFTP
- 如何在Linux 讓Telnet root使用者可以登入Linux
- turbo linux ipmp配置備記Linux
- linux的root使用者是否能TelnetLinux
- suse之ftp,telnet設定FTP
- Aix 突然 telnet、ftp不上了AIFTP
- 如何處理telnet turbo linux es10好慢的辦法Linux
- win10系統如何配置telnet服務【圖文】Win10
- Linux伺服器---配置telnetLinux伺服器
- centos6安裝telnet服務CentOS
- win10怎麼安裝telnet服務_win10新增telnet服務具體步驟Win10
- win10找不到telnet服務怎麼辦_win10沒有telnet服務如何找回Win10
- win10缺少telnet服務怎麼回事 win10沒有telnet服務如何安裝Win10
- linux ftp服務的搭建配置LinuxFTP
- win10開啟telnet服務如何操作 win10怎麼開啟電腦telnet服務Win10
- 直接telnet 25埠發郵件
- debian 中使用 telnet 測試服務
- redhat linux9.0 telnet的配置說明RedhatLinux
- linux-telnetLinux
- Telnet安裝與配置
- 設定Telnet root使用者的登入
- 配置ftp服務FTP
- Linux安裝telnetLinux
- Linux下FTP和TFTP服務配置LinuxFTP
- 每日一技|巧用 Telnet 除錯 Dubbo 服務除錯
- ubuntu 14.04中開啟telnet服務步驟Ubuntu
- 如何在rhel5開戶telnet服務及如何處理亂碼
- 修改linux telnet的埠portLinux
- AIX FTP服務配置AIFTP
- linux沒有telnet命令Linux
- linux下設定telnetLinux
- linux下開啟並配置FTP服務LinuxFTP
- Linux FTP服務LinuxFTP