• Ubuntu安装源命令: apt-get
  • CentOS安装源命令: yum

    安装ssh

    1. sudo apt-get update
    2. sudo apt-get install openssh-server

    cent OS

    1. sudo yum update
    2. sudo yum install openssh-server

    开启sshp

    1. sudo service sshd start

    查看sshp服务

    1. service sshd status

    修改sshd的配置

    1. sudo vim /etc/ssh/sshd_config
    在文件后面添加:
    1. AllowUsers 用户名
    如果希望能使用root用户登录,则还需要增加一行
    1. PermitRootLogin yes
    退出vim,:qw

    查看IP

    1. ip address