First, what is SSH
SSH is the abbreviation for secure Shell, developed by the IETF Network Working Group, and SSH is a security protocol based on the application layer and transport layer. SSH is currently a more reliable protocol that provides security for Telnet sessions and other network services. The use of SSH protocol can effectively prevent the information leakage in the remote management process. SSH was originally a program on a UNIX system, and later expanded quickly to other operating platforms. SSH can compensate for vulnerabilities in the network when it is used correctly. The SSH client is available on a variety of platforms. Almost all UNIX platforms-including HP-UX, Linux, AIX, Solaris, Digital UNIX, Irix, and other platforms-can run SSH.
------from Baidu Encyclopedia
SSH is the client, and sshd should be the server side.
Enable: the input and output of the control signal is called Enable.
In a nutshell, sshd is used to transmit information to and from the server, usually for remote logins and for file transfers.
Second, the use of login tools
I use SSHSecureShellClient-3.2.9, this tool in Zol, software network and other platforms have downloaded. Personal advice in English original, do not use cracked version, fewer bugs.
The virtual machine is using VMware CentOS6.7
Go to the chase ...
/*--------------------------------------------------Gorgeous split-line-------------------------------------------------------- */
Third, the use of sshd services
1. First determine if the SSH service is installed
yum-y install SSH or sudo apt-get install SSH to see if there are any prompts to upgrade or install.
2. Installing Openssh-server
(Note: CentOS is installed with Yum, Ubuntu is the Apt-get command, at first I forgot to install the command, confused with apt-get results tangled up a while to find the error)
Install Openssh-server with Yum First, and press Y all the way.
2. Determine if the SSH service is turned on
If the previous installation is complete, the SSH service is directly determined to be turned on.
Prompt is running, you can log in using the SSHSecureShellClient-3.2.9.
If it is not running, then use SUDO/ETC/INIT.D/SSHD start to determine whether to run
3. Login using SSHSecureShellClient-3.2.9
First install the SSHSecureShellClient-3.2.9, this process is not much nonsense, the installation tips in the current like me novice also have nothing special need to pay attention to, after all, some currently we do not understand ·
After installation, the desktop has two icons, the first one similar to SECURECRT, is used to log on to the server, and the second is for file transfer.
1) first to show the first
interface, click on Quick connect just like SECURECRT login, but at present I am not very likely to debug this interface cause display Chinese characters display problems, such as
We can compare the two before the display of the Chinese characters have errors, but I do not find the SSH Secure Shell in the current settings, you know, you can personally poke me, thank you ~
At the same time also tell everyone, in doing it this piece, try to avoid using Chinese characters, characters on the computer or inconvenient.
2) Next, the second one, the ssh Secure file Transfer Client
Login process I will not wordy, this software allows you in the server and personal machine file transfer is very convenient, you can directly drag the file can be transferred, but also directly on the above file modification and deletion, very convenient.
OK, Troubler I am also a novice, and everyone simple introduction of these, this is my first blog, I hope to work with you later ~ ~ ~
Remote Login to sshd enable