메뉴 건너뛰기

2014.02.27 12:01

telnet 설정하기

조회 수 7021 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
[root@localhost ~]# service xinetd restart
xinetd: unrecognized service
[root@localhost ~]# yum -y install telnet-server
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
core 100% |=========================| 1.1 kB 00:00
extras [2/3]
extras 100% |=========================| 1.1 kB 00:00
updates [3/3]
updates 100% |=========================| 1.2 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 2.0 MB 00:10
extras : ################################################## 6504/6504
Added 99 new packages, deleted 0 old in 15.19 seconds
primary.xml.gz 100% |=========================| 401 kB 00:05
updates : ################################################## 1132/1132
Added 176 new packages, deleted 140 old in 6.43 seconds
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for telnet-server to pack into transaction set.
telnet-server-0.17-35.2.1 100% |=========================| 8.1 kB 00:00
---> Package telnet-server.i386 1:0.17-35.2.1 set to be updated
--> Running transaction check
--> Processing Dependency: xinetd for package: telnet-server
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for xinetd to pack into transaction set.
xinetd-2.3.13-6.2.1.i386. 100% |=========================| 19 kB 00:04
---> Package xinetd.i386 2:2.3.13-6.2.1 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
telnet-server i386 1:0.17-35.2.1 core 34 k
Installing for dependencies:
xinetd i386 2:2.3.13-6.2.1 core 133 k

Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 168 k
Downloading Packages:
(1/2): xinetd-2.3.13-6.2. 100% |=========================| 133 kB 00:27
(2/2): telnet-server-0.17 100% |=========================| 34 kB 00:05
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: xinetd ######################### [1/2]
Installing: telnet-server ######################### [2/2]

Installed: telnet-server.i386 1:0.17-35.2.1
Dependency Installed: xinetd.i386 2:2.3.13-6.2.1
Complete!

[root@localhost ~]# system-config-securitylevel
[root@localhost ~]# cat /etc/xinetd.d/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
}
[root@localhost ~]# service xinetd restart
xinetd 를 정지함: [ OK ]
xinetd (을)를 시작합니다: [ OK ]
[root@localhost ~]# telnet 아이피
Trying 아이피...
Connected to 아이피 (아이피).
Escape character is '^]'.
Fedora Core release ?
Kernel 2.6xxxxxxxxxxxxxxxxxxx
login: odayas
Password:
Last login: Wed Mar 7 10:49:01 on :0
[odayas@localhost ~]$ whoami
odayas
[odayas@localhost ~]$ exit
logout

  1. No Image 26Mar
    by
    2014/03/26 Views 7022 

    Proftp 설치

  2. No Image 27Feb
    by 조쉬
    2014/02/27 Views 7021 

    telnet 설정하기

  3. No Image 26Mar
    by
    2014/03/26 Views 7006 

    ZendOptimizer 3.3.9 설치하기

  4. No Image 27Feb
    by
    2014/02/27 Views 6958 

    URL 포워딩 하는 방법

  5. Apache 웹서버 server-status 모니터링

  6. No Image 27Feb
    by
    2014/02/27 Views 6940 

    apache에서 전송 속도 제한하기

  7. No Image 27Feb
    by
    2014/02/27 Views 6875 

    centos 4.x 데몬

  8. No Image 05Jul
    by
    2017/07/05 Views 6835 

    bitnami Redmine stack 업그레이드기 (1.2.x -> 2.0.x)

  9. [CentOS 6.5] Virtual Box를 이용한 CentOS 6.5 설치

  10. rdate명령어 사용법과 옵션

  11. No Image 20Sep
    by
    2017/09/20 Views 5530 

    웹서버(Nginx+FastCGI PHP)구축 및 성능 시험

  12. No Image 20Sep
    by
    2017/09/20 Views 5318 

    php_fpm 관련 자료

  13. user 계정관리 (useradd, userdel, groupadd, groupdel, usermod etc..)

  14. CentOS 7에 Owncloud 10 설치

  15. No Image 28Sep
    by
    2018/09/28 Views 2108 

    메인 도메인으로 이동하기

  16. 사용자 관리, 사용자 생성

  17. No Image 14Feb
    by
    2019/02/14 Views 1929 

    Apache 동시접속자수 확인

  18. No Image 14Feb
    by
    2019/02/14 Views 1420 

    php_screw를 이용한 php 소스 암호화 하기

  19. No Image 14Feb
    by
    2019/02/14 Views 1137 

    이미지 및 파일 무단링크 방지책

  20. No Image 14Feb
    by
    2019/02/14 Views 1129 

    apache2 트래픽 모듈 mod_cband 사용법

Board Pagination Prev 1 ... 3 4 5 6 7 8 9 10 11 12 Next
/ 12

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved