# linux基础

# 一、并行验证

# SSH在ubuntu上的使用:

image-20240320214543457

# SSH在redhat上的使用

yum -y install openssh-server

systemctl start sshd

systemctl status sshd(查看启动状态)

----系统自动启动:systemctl enable sshd

# ifconfig找到ip地址,将其输入到x-shell或者其他软件中