in actual development, Linux servers are in other places, we have to connect to Linux through remote way to operate it, Linux remote operation tools are many, enterprises commonly used in Puttty, SECURECRT, SSH secure and so on. I use the SSH Secure tool for remote connection, which is a free graphical interface and a remote tool set in the command-line window.
SSH/SCP is a very common command, found that for some hosts, SSH to establish a very slow connection speed, the connection was established after the operation is very normal speed.
Use Ssh-v to view the detailed connection establ
The connection was slow recently when SSH was connected to a Linux server. Waited for about more than 40 seconds. To connect and start thinking that there is a problem with the network line. The troubleshooting found that no other Linux was in the same situation. Finally, the configuration of SSH was set up and optimized to solve this problem.1. Turn off DNS reve
-xauth2, XclientSee if the SSH server is installed Xorg-x11-xauth# Rpm-qa | grep XauthTurn on X11 forwarding# SSH 192.168.0.56-xHow SSH is validated1. Password verification2. Key VerificationSymmetric encryption:PublicPrivateAsymmetric Encryption:Data encryption: Public key encryption, private key decryptionDigital signatureshash function:......Generate a key pai
[Root (0) @ sys11 09:20:29/home/work/code_release/Bj] # SCP./release. Sh [email protected]:/users/a2014102/downloadsSSH: connect to host 192.168.161.151 port 22: Connection refusedLost connection
Solution:One possible reason is that becauseSSH server daemon, Or sshd, is not loaded and running on localhost, so any attempt to SSH connect to localhost wowould fail
Often through SSH or SCP to connect a bunch of remote host, also is the Linux host, some of them create SSH connection speed is very slow, the connection after the establishment of the operation speed is very normal, it seems that should not be a network cause. The workaround is to view the debug information by using t
Tags: how the socket foreign error:/etc/interrupt www. From wwwXshell sudden interruption of the errorSocket error event:32 error:10053.Connection closing ... Socket Close.Connection closed by foreign host.Disconnected from remote host (DXKJ) at 17:10:03.After that, you won't be able to log on to the server with Xshell, but you can login the next dayThe next day after logging on to the server I modified the
SSH or SCP is often used to connect to a bunch of remote hosts, which are also Linux Hosts. The speed of creating SSH connections is particularly slow, but the operation speed is normal after the connection is established, it seems that this is not the network reason. The solution is to view the debugging information through the-V parameter of
How to solve the problem of long waiting time for SSH connection to the remote host
When I recently used SSH to connect to a remote host, I found that it takes a long time to enter the password after entering the SSH command, the prompt for entering the password is displayed immediately on other machines. I am very up
Mac remote connection to centos server via Terminal SSH
Enter
Ssh-l root 204. 74. *. * can be connected. This is the case where the port is not changed, or the original 22
Ssh-P 448 (the port you changed)-l root (connection username) 204. 74. *. * This is the
Openssh-client and openssh-server are required for remote connection in Ubuntu. Therefore, you only need to install openssh-client on the connection provider. The connection provider must install openssh-server. Of course, you can also install openssh-server on the connection provider, in this way, each side can be a s
Ubuntu client ssh server connection speed is slow. Summary: ubuntu client ssh server connection speed is slow. every time you connect to ssh, ubuntu always feels like 10 seconds +: when the ssh-vdebug mode is enabled, the domain n
Problem Description: recently connected to the server is particularly slow (first through the SECURECRT tool connection is slow, and then on other Linux SSH command connection is also the same, from these two points can be excluded from the connection tool problem, the remaining is the SSHD service, but only slow
Stricthostkeychecking variable. By default,
Stricthostkeychecking = Ask. The three configuration values are as follows:1.
Stricthostkeychecking = No# The most insecure level. Of course, there are not so many annoying prompts. We recommend that you use it for relatively secure Intranet testing. If the key connecting to the server does not exist locally, it is automatically added to the file (known_hosts by default) and a warning is given.2.
Stricthostkeychecking = ask # The default level. The pr
(Summary) set up SSH in Linux
The server maintains a persistent connection and is published in: Linux, personal diary |
Author: Mou world global operator label: Linux, server, ssh, keep connection, summary, set, long time
OpenSSH is based on security reasons. If the user is idle for a period of time after connecting to
Recently just finished the SSH framework. Research and study SSH remote connection. Why do you want to do this? Because now I'm developing my own laptop (Windows), and then writing the backend to be deployed to the lab's desktop (Windows), so I have to go to the lab when I pity dorado things. Work on the desktop pull the project down and then deploy it to Tomcat
SSH connection timeout settings (1) for security reasons, no input is made within a certain period of time (the number of seconds is unknown, but it is very short) after the SSH connection to the remote server, the server automatically disconnects. This is troublesome for remote operations, especially when some backgro
The normal SSH connection command is: SSH uname@domain.com (or SSH domain.com-l uname)
In fact, you can configure a more concise method to create a shortcut for an SSH connection:
The creation method is simple. You only need to
After the Linux server IP address is changed, the ssh connection is rejected. after The Linux server IP address is changed, the ssh: connecttohostxxxport22: Connectionrefused error is reported during ssh logon because the sshd service on the server has been normal, however, after the IP address is changed, putty is use
Ssh configuration connection
SSH Configuration:
1. Modify vi/etc/ssh/sshd_config, and delete and modify the parameter values according to the parameter annotations to be modified in the template:
Port 22 specifies the Port number of the SSH
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.