文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>windows box和openssh连接的问题

windows box和openssh连接的问题

时间:2005-07-06  来源:bingocn

需要注意不同软件产生的密钥对格式可能不一致,需要转换!

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.

相关阅读 更多 +
排行榜 更多 +
mirrox模组(玩家自制)手机版下载

mirrox模组(玩家自制)手机版下载

休闲益智 下载
集装箱模拟器手机版下载安装

集装箱模拟器手机版下载安装

模拟经营 下载
哔咔漫画app下载免费2025

哔咔漫画app下载免费2025

浏览阅读 下载