• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • windows box和openssh連接的問題

    發表于:2007-07-04來源:作者:點擊數: 標簽:
    需要注意不同軟件產生的密鑰對格式可能不一致,需要轉換! here is everything as I did it again as root cd into /home/user then try this to create the key and add it ssh-keygen -t rsa -b 2048 -f /home/user/Key if [ ! -d .ssh ]; then mkdir .ssh

    需要注意不同軟件產生的密鑰對格式可能不一致,需要轉換!

    here is everything as I did it again
    as root cd into /home/user
    then try this to create the key and add it
    ssh-keygen -t rsa -b 2048 -f /home/user/Key
    if [ ! -d .ssh ]; then mkdir .ssh ; chmod 700 .ssh ; fi
    mv Key.pub .ssh/
    cd .ssh/
    if [ ! -f authorized_keys ]; then touch authorized_keys ; chmod 600 authorized_keys ; fi
    cat Key.pub >> authorized_keys
    rm –rf Key.pub
    cd ../

    now copy your Key file to the windows box.

    import it into puttygen and save as a private key (I am in using putty to connect, in puttygen under conversions it says that you can convert it into an ssh.com key but I can't confirm it works).

    then try to auth with the private key.

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>