SSH closes remote password login ---Window&Linux client certificate logins &window can't find ssh-keygen.
A few days ago, my Aliyun server was violently cracked, very uncomfortable, so I made this key certificate password-free login.
First check whether sshd is installed in Aliyun's ECS server
Get the secret key: If you don't see the previous git upload github's article. Type:
[root@iz2ze8w7169ei61c5c1il5z ~]# vi /etc/ssh/sshd_config
Mod ...
Posted by Paul15679 on Sun, 06 Jan 2019 22:15:10 -0800
Ubuntu-16.04 deploys OpenStack Ocata< Lower >
Configuration of Dashboard dashboard service (Controller Node)1. Configure Dashboard# apt -y install openstack-dashboard
# vim /etc/openstack-dashboard/local_settings.py
OPENSTACK_HOST = "192.168.30.145" & ...
Posted by kenle on Fri, 04 Jan 2019 23:33:09 -0800
Apache Ambari 01 - Ambari Mirror installation deployment
This paper derives from:Everyday Learning IT - Knowledge Base
Cluster machine
Host
IP address
192.168.99.181
ambari-mirror
192.168.99.101
ambari-server
192.168.99.106
ambari-agent1
192.168.99.107
ambari-agent2
Create management user hadoop (all node operations)
useradd hadoop
Modify the machine hosts file (all node operations)
ec ...
Posted by killerofet on Thu, 03 Jan 2019 08:39:10 -0800
git push problem: committer'x x x (x)'does not match your user account
Written in front
When you use multiple git accounts locally, or when multiple people deploy multiple git accounts with one machine, there are often conflicts. Today, you have encountered one.
Problem description
Many of us use a machine together. When we reconfigured yesterday, we accidentally set my username and mailbox to the global configura ...
Posted by nads1982 on Mon, 31 Dec 2018 08:09:08 -0800
Usage of Linux Network Detection Tools (ping/netstat/ss/ethtool)
When the new Linux host completes the network configuration, that is, it can access the network normally, we can carry out network correlation detection through the relevant tools of Linux. For example, the most commonly used ping, netstat, ss, traceroute, ethtool and other related commands. This paper mainly describes the use of these command ...
Posted by deepakagrawal1982 on Sat, 22 Dec 2018 08:27:06 -0800
CentOS 7 Installs Fail2ban+Firewall to Prevent SSH Blasting and C C Attack
Explanation: Almost many bloggers will encounter the situation of being attacked by CC and exploded by SSH. At this time, we need to take defensive measures. A few days ago, we sent a script to prevent CC. https://www.moerats.com/archives/484/ However, for CentOS 7, because of the firewall factors, it is still a bit troublesome ...
Posted by RCS on Tue, 18 Dec 2018 16:54:04 -0800
Linux lets processes (running) run in the background: nohup/&/disown/screen
We often encounter the problem of using telnet/ssh to log on to a remote Linux server and run some long-time tasks, but the task fails due to the instability of the network. How can commands be submitted without interference from local closure of terminal windows/network disconnection? Here are some examples where you can choose different ways ...
Posted by MrBiz on Tue, 18 Dec 2018 02:51:04 -0800
taskctl command line class (sh, exe, python new scp) plug-in upgrade extension
Reprinted from: http://www.taskctl.com/forum/detail_129.html
The last time I wrote a post TASKCTL, I did not use proxy to execute remote script configuration (SSH plug-in extension) through SSH secret-free connection. http://www.taskctl.com/forum/detail_122.html . After writing, it is found that it is possible to modify the original ...
Posted by CAM on Mon, 10 Dec 2018 08:12:04 -0800