We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpm -pa |grep ssh
sudo apt-get install rpm #ubuntu,debian yum -y instal rpm #centos,redhat
sudo apt-get install ssh or yum -y install openssh
service sshd start or /bin/systemctl restart sshd.service or /etc/init.d/sshd start
vim /etc/ssh/sshd_config
ps -e | grep ssh
ssh [email protected]
scp 服务器主机之间文件互传:https://blog.csdn.net/liguangxianbin/article/details/79544182
The text was updated successfully, but these errors were encountered:
No branches or pull requests
scp 服务器主机之间文件互传:https://blog.csdn.net/liguangxianbin/article/details/79544182
The text was updated successfully, but these errors were encountered: