Ubuntu
http://jasonmun.blogspot.my/2015/08/ubuntu-ssh-scp.html
Fedora
http://jasonmun.blogspot.my/2016/05/fedora-ssh.html
Linux Mint / Debian
$ su
$ apt-get install openssh-server
CentOS
$ su
$ yum install openssh-server
Mageia
$ su
$ urpmi openssh-server
Manjaro
$ su
$ pacman -S openssh
$ systemctl enable sshd
$ systemctl start sshd
OpenSUSE
$ su
$ zypper install openssh
$ systemctl enable sshd
$ systemctl start sshd
没有评论:
发表评论