远程主机用户@远程主机ip -X ##调用远程主机图形工具
远程主机用户@远程主机ip command ##直接在远程主机运行某条命令
2.sshkey加密####.生成公钥私钥 [root@server0 ~]# ssh-keygen ##生成公钥私钥工具 Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa):[enter] ##加密字符保存文件(建议用默认) Created directory '/root/.ssh'. Enter passphrase (empty for no passphrase): [enter] ##密钥密码,必须>4个字符 Enter same passphrase again: [enter] ##确认密码 Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: ab:3c:73:2e:c8:0b:75:c8:39:3a:46:a2:22:34:84:81 root@server0.example.com The key's randomart image is: +--[ RSA 2048]----+ |o | |E. | |.. | |. . o | |.o. * . S | |oo.o o . | |+ =. . . | |o. oo.+.. | | ..o*. | +-----------------+ [root@server0 ~]# ls /root/.ssh/ id_rsa id_rsa.pub id_rsa ##私钥,就是钥匙 id_rsa.pub ##公钥,就是锁 3.添加key认证方式 [root@server0 ~]# ssh-copy-id -i /root/.ssh/id_rsa.pub root@172.25.0.11 ssh-copy-id ##添加key认证方式的工具 -i ##指定加密key文件 /root/.ssh/id_rsa.pub ##加密key root ##加密用户为root 172.25.0.11 ##被加密主机ip
4.日志管理服务rsyslog#### 1.rsyslog负责采集日志和分类存放日志 2.rsyslog日志分类 vim /etc/rsyslog.conf