当前位置:网站首页>RHCSA8
RHCSA8
2022-07-05 13:02:00 【Grey rain】
To configure SSH Realize remote access Linux
ssh [email protected] command
Commands can be used remotely through configuration , Save in ~/.ssh/known_host
ssh Password free login
1、 Creating public and private keys
ssh-keygen
2、 Copied to the server
ssh-copy id [email protected]
3、 test
ssh [email protected]
prohibit root Remote login
vim /etc/ssh/sshd_config
take root The remote login is changed to no(46 Row or so )
systemctl restart sshd
It is forbidden to be serious through password , Through public-private key
vim /etc/ssh/sshd_config
Change passwordAuthentication no
systemctl restart sshd
rsyslog Log management 

Journal Log management and time synchronization
journalctl Show logs from beginning to end
-n x Look at the tail x That's ok
-f Dynamic display
–since “2021-01-01” Start checking at a specified time 8e
Set the time
timedatectl Check the information in the time zone
timedatectl set-timezone Area ( Set time zone )
边栏推荐
- ABAP editor in SAP segw transaction code
- Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)
- Taobao flag insertion remarks | logistics delivery interface
- How can non-technical departments participate in Devops?
- 将函数放在模块中
- Developers, is cloud native database the future?
- Concurrent performance test of SAP Spartacus with JMeter
- It's too convenient. You can complete the code release and approval by nailing it!
- Lepton 无损压缩原理及性能分析
- Introduction to sap ui5 flexiblecolumnlayout control
猜你喜欢

Natural language processing series (I) introduction overview

946. 验证栈序列

SAP UI5 DynamicPage 控件介紹

What is the difference between Bi software in the domestic market

Shi Zhenzhen's 2021 summary and 2022 outlook | colorful eggs at the end of the article

Developers, is cloud native database the future?

Transactions from January 6 to October 2022

RHCSA5

Cf:a. the third three number problem

leetcode:221. 最大正方形【dp状态转移的精髓】
随机推荐
2021-12-21 transaction record
SAP ui5 objectpagelayout control usage sharing
Concurrent performance test of SAP Spartacus with JMeter
How can non-technical departments participate in Devops?
《2022年中國銀行業RPA供應商實力矩陣分析》研究報告正式啟動
Setting up sqli lab environment
【云原生】Nacos-TaskManager 任务管理的使用
Taobao, pinduoduo, jd.com, Doudian order & Flag insertion remarks API solution
Rocky基础知识1
What is the difference between Bi software in the domestic market
RHCSA4
RHCAS6
From the perspective of technology and risk control, it is analyzed that wechat Alipay restricts the remote collection of personal collection code
解决uni-app配置页面、tabBar无效问题
SAP UI5 ObjectPageLayout 控件使用方法分享
研究:数据安全工具在 60% 的情况下无法抵御勒索软件
无密码身份验证如何保障用户隐私安全?
Taobao short video, why the worse the effect
MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!
DNS的原理介绍