美文网首页
linux scp使用 ssh使用

linux scp使用 ssh使用

作者: 送分童子笑嘻嘻 | 来源:发表于2019-12-11 11:17 被阅读0次

    ssh-keygen -f "/home/gzpeite/.ssh/known_hosts" -R 10.8.8.168
    ssh root@10.8.8.168
    scp root@10.8.8.168:/home/cai/bag/c_to_python/sub_data_out.txt .

    scp libxcb.so.1.1.0 root@10.8.8.168:/home/gzpeite/pettoolchain/lib

    scp *.lua root@10.8.8.168:/home/cai/CLionProjects/test/cartographer/configuration_files

    scp pbstream_test.pbstream root@10.8.8.168:/home/cai/bag/test928bag

    从虚拟机的build目录下将bin文件传到arm板上的home/work目录下
    scp cartographer_caisiru_bag root@10.8.8.168:/home/work

    相关文章

      网友评论

          本文标题:linux scp使用 ssh使用

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