美文网首页
SSH Problem

SSH Problem

作者: HenrySHE | 来源:发表于2018-02-11 23:47 被阅读0次

    1.Login as studentXX(XX is your machine id)
    ssh student@studentXX
    2.Then under student, add a user called groupXX (XX is your group num)
    sudo add user groupXX
    3.Set password for your new user.(eg. student)
    4.(under student@studentXX) try to ssh the cocserver:
    ssh groupXX@202.45.128.135
    5.Type password that you have just set.
    6.Then you can do the tunneling:
    ssh -Nf -L xxxxxx

    相关文章

      网友评论

          本文标题:SSH Problem

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