Configure the SSH service and use the SecureCRT tool in ubuntu

Source: Internet
Author: User
I am used to this kind of operation because I am usually developed on windows. it is inconvenient to write code in linux. what should I do? so I found a remote login tool SecureCRT, this tool requires the support of the SSH service, which is much safer than the plaintext transmission using the TELNET service. SSH is encrypted transmission... I am used to this kind of operation because I am usually developed on windows. it is inconvenient to write code in linux. what should I do? so I found a remote login tool SecureCRT, this tool requires the support of the SSH service, which is much safer than the plain text transmission using the TELNET service. SSH is transmitted in ciphertext. how can I configure it. First, back up the built-in Source: sudo cp/etc/apt/sources. list/etc/apt/sources. list_backup and modify the source: sudo gedit/etc/apt/sources. select a fast source for list, replace the original content, and save. Update the software package list: click System-Administrator-Update Manger in sequence for sudo apt-get update to install the System updates. follow the prompts to restart the software package. Install, configure, and enable the ssh service sudo apt-get install openssh-server Ubuntu is installed with openssh-client by default, so it is not installed here. if your system is not installed, use apt-get for installation. Then confirm whether the sshserver has started: ps-e | grep ssh. if only ssh-agent is enabled, the ssh-server has not been started./etc/init is required. d/ssh start. if you see sshd, it indicates that the ssh-server has been started. The ssh-server configuration file is located in/etc/ssh/sshd_config. here, you can define the SSH service port. the default port is 22. you can define it as another port number. To ensure security, we recommend that you change the port and restart the SSH service: sudo/etc/init. d/ssh resart SecureCRT the configuration setting window pops up when I is opened for the first time. you need to enter username/password: LINUX account password; hostname: IP address 192.168 ....., port 22 is the default port of the SSH service. other ports can be connected by default. of course, the premise is that WINDOWS and LINUX can communicate with each other, you can PING each other's IP address. if you don't want to talk about it, refer to my previous blog. Actually, another tool for eclipsecurecrtis putty.exe. if you are interested, you can try it. However, I still use secureCRT. Another feature is serial port debugging, a tool similar to a Super Terminal. I personally think it is better to use it than a super terminal. I will not talk about the specific settings, that is, writing a port, if you select baudrate or parity, you can select serial in the pop-up window. the default service is SSH. Now, let's get the environment ready today. if we learn more about technology tomorrow, we feel like LINUX is quite simple. Author: js_gary
Related Article

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.