"Linux notes" Linux remote login mode

Source: Internet
Author: User

Linux Remote Login mode

1) telnet+linux

I. First install Telnet, telnet-server package on Linux

Yum install telnet-server, yum install Telnet

Ii. Modifying a Linux configuration file

Vi/etc/xinetd.d/telnet, add # to Disable=yes line, or change to Disable=no

Iii. restarting the xinetd daemon

Service xinetd Restart

Iv. connecting to a Linux server with Telnet

Telnet 192.168.91.13

V. ROOT to log on to the Linux host with Telnet settings

Vi/etc/securetty, and add:

pts/0

Pts/1

Pts/2

Pts/3

2) telnet+windows

I. Telnet is not enabled by default in Win7, so we need to open it manually

      

      

II. Ensure that telnet-server on Linux is installed and started

Iii. cmd in Telnet remote connection to a Linux server

      

3) ssh telnet

I. Ensure that the SSH server is installed and started on the Linux server

Ps-ef|grep sshd

/etc/init.d/ssh start

II. If the iptables rule is set, the SSH connection/connection is forbidden.

Iptables–l

Iptables-a input-p TCP--dport 22-j ACCEPT4

      

Iii. connecting to a Linux server using SSH commands

SSH [email protected]

4) securecrt telnet

Download the SecureCRT tool to connect to a Linux server

5) Xshell telnet

Download the Xshell tool to connect to a Linux server

    

"Linux notes" Linux remote login mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.