==============================================================
html
==============================================================linux
==============================================================shell
yum install openssh-server
service sshd start
ps -ef |grep ssh
chkconfig sshd on
==============================================================vim
==============================================================windows
ssh 用戶名@IP地址
ssh root@192.168.43.217
==============================================================centos
==============================================================安全