remote access LINUXDE Tools There are many, here I write two. Telnet and SSH, respectively.
a.telnet server configuration
1. yum install Telnet and yum install Telnet-server  install Telnet Server
650) this.width=650; "alt=" Picture "src=" http://b392.photo.store.qq.com/psb?/V10HoZq923s0qn/ lpzvb*wsv7zq2y6e0gnq1hxa8.5kt4junt3uglhadou!/b/dcs1runbiqaa&bo=pweaaaaaaaadaae! "style=" margin:0px;padding : 0px;border-width:0px;border-style:none;vertical-align:top;width:319px;height:26px; "/>
650) this.width=650; "alt=" Picture "src=" http://b390.photo.store.qq.com/psb?/v10hozq923s0qn/0nln.trrj1k5rr4o*zbcn* 4xm.cxd3e*awuhhhy9jf4!/b/docffehwcqaa&bo=nqesaaaaaaadaks! "style=" margin:0px;padding:0px;border-width:0px; border-style:none;vertical-align:top;font-family: ' Microsoft Jacob Black '; font-weight:bold;width:413px;height:18px; "/>
2. vim/etc/xinetd.d/telnet Edit the configuration file for Telnet
650) this.width=650; "alt=" Picture "src=" http://b392.photo.store.qq.com/psb?/V10HoZq923s0qn/ rjf0sg88fczftans7yfmgrgp.neuiwwvnbjijtk3r04!/b/dj.rsunaiqaa&bo=saetaaaaaaadaic! "style=" margin:0px;padding : 0px;border-width:0px;border-style:none;vertical-align:top;width:432px;height:19px; "/>
3. Find Disable = yes to change Yes to No
650) this.width=650; "alt=" Picture "src=" http://b394.photo.store.qq.com/psb?/V10HoZq923s0qn/ Bsscnmjdnz.yikk6vt.ajseawwte5zhrlsejgbehbl0!/b/df3x2uofiqaa&bo=jgl7aaaaaaadapo! "style=" margin:0px;padding : 0px;border-width:0px;border-style:none;vertical-align:top;width:550px;height:251px; "/>
4.Server xinetd Start Turn on Telnet Server
650) this.width=650; "alt=" Picture "src=" http://b392.photo.store.qq.com/psb?/v10hozq923s0qn/gazd54eyhyd.psqbcd0cl*c* ftw7x.welutujrdyk6i!/b/dfeeqonciqaa&bo=dwikaaaaaaadaaw! "style=" margin:0px;padding:0px;border-width:0px; border-style:none;vertical-align:top;width:527px;height:36px; "/>
5. Under the Window System, under Doc, enter: telnet(the IP of your Linux)
650) this.width=650; "alt=" Picture "src=" http://b391.photo.store.qq.com/psb?/v10hozq923s0qn/hb8cdkc8vbx6* dpdfnwlcxtz5tlfhbrrmp906a3790u!/b/dhyyg.lcewaa&bo=ygaeaaaaaaadape! "style=" margin:0px;padding:0px; border-width:0px;border-style:none;vertical-align:top;width:202px;height:30px; "/>
6. If you can connect, you can prove success. (Telnet uses clear text transmission, low security, generally not recommended)
B.SSH Server Configuration
1.Service SHHD Restart Open SSH service 650) this.width=650; "alt=" Picture "src=" Http://b394.photo.store.qq.com/psb?/V10HoZq923s0qn/gqdBUL6c.lixwl ez5pncenvvon.dvpdklme9tceeeqw!/b/dmzv4ooeiqaa&bo=ngi3aaaaaaadacy! "style=" margin:0px;padding:0px; border-width:0px;border-style:none;vertical-align:top;width:566px;height:55px; "/> (If you are prompted for "unrecognized service", install SSH)
2. On the window system, download the Putty software and log in to the Linux recorder server.
650) this.width=650; "alt=" Picture "src=" http://b394.photo.store.qq.com/psb?/V10HoZq923s0qn/ j6sc2j5pqtqkpt9v3p0i3yw1tnappnrfepd8mz*qtey!/b/df7s4orfiaaa&bo=wggbaqaaaaadahw! "style=" margin:0px;padding : 0px;border-width:0px;border-style:none;vertical-align:top;width:450px;height:411px; "/>
3. If you are connected, it proves successful.
650) this.width=650; "alt=" Picture "src=" http://b390.photo.store.qq.com/psb?/V10HoZq923s0qn/ Kdvmpijjsw9uadtjujraw4yxnmrgw*xrbygdl0vxdh8!/b/dj6mgehucqaa&bo=nafqaaaaaaadaho! "style=" margin:0px;padding : 0px;border-width:0px;border-style:none;vertical-align:top;width:308px;height:106px; "/>
4. vim/etc/ssh/sshd_config Modify the SSH configuration file to enhance security. (e.g. Modify port)
650) this.width=650; "alt=" Picture "src=" http://b394.photo.store.qq.com/psb?/v10hozq923s0qn/gocfpqghilptltoi.c* ftx5voc8spol0cftsqutcq04!/b/dixd4urciaaa&bo=ggeaaaaaaaadalw! "style=" margin:0px;padding:0px;border-width:0 px;border-style:none;vertical-align:top;width:386px;height:26px; "/>
This article is from "Heart far, road far." "Blog, be sure to keep this provenance http://yzh123.blog.51cto.com/9014017/1549882
linux--Remote access server