不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2021-09-17 23:04:40  修改时间:2025-10-06 14:43:35  分类:01.Linux基础  编辑

1、查看状态:

systemctl status sshd.service

2、启动服务:

systemctl start sshd.service

3、重启服务:

systemctl restart sshd.service

4、开机自启:

systemctl enable sshd.service