ssh 登入用法

2021-09-22 21:04:17 字數 547 閱讀 9650

ssh-copy-id -i ~/.ssh/id_rsa.pub puppet@hadoop-nn-02

chmod 700 /home/zhangsan/.ssh

chmod 600 /home/zhangsan/.ssh/authorized_keys

~/.ssh

ssh [email protected] -p 36000

//伺服器端配置

vi命令開啟/etc/ssh/sshd_config檔案

clientaliveinterval 60 //每隔60秒,伺服器就要向客戶端傳送一次訊息,客戶端響應後,連線才會保持,否則,斷開

clientalivecountmax 3 //傳送三次訊息

// 客戶端

ssh -o serveraliveinterval=30 [email protected]

/etc/hosts.allow和/etc/hosts.deny

ssh 免密碼登入 用

ssh 無密碼登入要使用公鑰與私鑰。linux下可以用用ssh keygen生成公鑰 私鑰對,下面我以centos為例。有機器a 192.168.1.155 b 192.168.1.181 現想a通過ssh免密碼登入到b。1.在a機下生成公鑰 私鑰對。chenlb a ssh keygen t rs...

ssh 免密碼登入 用

ssh 無密碼登入要使用公鑰與私鑰。linux下可以用用ssh keygen生成公鑰 私鑰對,下面我以centos為例。有機器a 192.168.1.155 b 192.168.1.181 現想a通過ssh免密碼登入到b。1.在a機下生成公鑰 私鑰對。chenlb a ssh keygen t rs...

檢視登入使用者

一 超級使用者及普通使用者redhat 7.x版本 超級使用者 root uid 0 普通使用者 uid 1000 65535 系統使用者 偽使用者 uid 1 999 redhat7.x版本之前的版本 例如6.4 6.0 5.0 4.0 3.0等 超級使用者 root uid 0 普通使用者 ui...