美文网首页
ubuntu安装openssh 服务端

ubuntu安装openssh 服务端

作者: 笙箫竽笛 | 来源:发表于2021-02-19 17:05 被阅读0次

    安装 openssh server

    $ sudo apt update
    $ sudo apt install openssh-server
    
    # 查看服务器启动情况
    $ sudo systemctl status ssh
    
    # 打开ssh端口 22
    $ sudo ufw allow ssh
    

    链接ssh

    $ ssh username@host
    # 输入密码后登陆
    

    ubuntu安装openssh 服务端
    ubuntu安装supervisor并配置
    ubuntu搭建express+node+mongodb(mongoose)
    ubuntu+nodejs+express+koa
    ubuntu搭建frps服务
    ubuntu安装mongodb@4.0、4.2、4.4
    ubuntu 配置iptables代理转发功能
    ubuntu安装supervisor并配置
    ubuntu搭建nginx同时支持http、https和websocket

    相关文章

      网友评论

          本文标题:ubuntu安装openssh 服务端

          本文链接:https://www.haomeiwen.com/subject/afiaxltx.html