博客
关于我
两步实现ssh免密码登录,一步实现配置服务器的别名
阅读量:72 次
发布时间:2019-02-26

本文共 803 字,大约阅读时间需要 2 分钟。

?????????SSH??????

??

???PC?WSL?????????Linux???????SSH??????


????????

???PC?????????????

ssh-keygen

????????????????????????????PC???????????.ssh?????????????id_rsa?????id_rsa.pub?


????????????

???PC???????????????????????

ssh-copy-id -p port user@remote

???port?????????user??????????remote?????IP??????

?????????????id_rsa.pub????~/.ssh/authorized_keys????


????

SSH??????????????????????

  • ??????????????????????????????????
  • ??????????????????????????????????

  • ????????????

    ??

    ??SSH?????????????????user@172.xx.xx.xx -p xx??????????????????????????

    ??

    ???PC???~/.ssh/config????????????????????????????

    Host myserver    HostName 172.xx.xx.xx    User user    Port 22

    ?myserver?????????????????????????

    ssh myserver

    ?????????????????????????????????????????????????


    ??????????????SSH???????????????????????

    转载地址:http://rrcz.baihongyu.com/

    你可能感兴趣的文章
    npm升级以及使用淘宝npm镜像
    查看>>
    npm发布自己的组件UI包(详细步骤,图文并茂)
    查看>>
    npm和yarn清理缓存命令
    查看>>
    npm和yarn的使用对比
    查看>>
    npm学习(十一)之package-lock.json
    查看>>
    npm安装crypto-js 如何安装crypto-js, python爬虫安装加解密插件 找不到模块crypto-js python报错解决丢失crypto-js模块
    查看>>
    npm报错Failed at the node-sass@4.14.1 postinstall script
    查看>>
    npm报错unable to access ‘https://github.com/sohee-lee7/Squire.git/‘
    查看>>
    npm的安装和更新---npm工作笔记002
    查看>>
    npm的常用配置项---npm工作笔记004
    查看>>
    npm的问题:config global `--global`, `--local` are deprecated. Use `--location=global` instead 的解决办法
    查看>>
    npm编译报错You may need an additional loader to handle the result of these loaders
    查看>>
    npm设置淘宝镜像、升级等
    查看>>
    npm配置安装最新淘宝镜像,旧镜像会errror
    查看>>
    npm错误 gyp错误 vs版本不对 msvs_version不兼容
    查看>>
    npm错误Error: Cannot find module ‘postcss-loader‘
    查看>>
    NPOI之Excel——合并单元格、设置样式、输入公式
    查看>>
    NPOI利用多任务模式分批写入多个Excel
    查看>>
    NPOI在Excel中插入图片
    查看>>
    NPOI格式设置
    查看>>