windows box和openssh连接的问题

zhaozlzhao

zhaozlzhao

2016-01-29 19:04

windows box和openssh连接的问题,windows box和openssh连接的问题

需要注意不同软件产生的密钥对格式可能不一致,需要转换!
here is everything as I did it againas root cd into /home/userthen try this to create the key and add itssh-keygen -t rsa -b 2048 -f /home/user/Keyif [ ! -d .ssh ]; then mkdir .ssh ; chmod 700 .ssh ; fimv Key.pub .ssh/cd .ssh/if [ ! -f authorized_keys ]; then touch authorized_keys ; chmod 600 authorized_keys ; ficat Key.pub >> authorized_keysrm –rf Key.pubcd ../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.
展开更多 50%)
分享

猜你喜欢

windows box和openssh连接的问题

Linux Linux命令 Linux安装 Linux编程 Linux桌面 Linux软件 Linux内核 Linux管理
windows box和openssh连接的问题

Windows7系统的ADSL连接问题

电脑入门
Windows7系统的ADSL连接问题

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

List Box/Check List Box

编程语言 网络编程
List Box/Check List Box

JSP和Oracle数据库连接问题集锦

Web开发
JSP和Oracle数据库连接问题集锦

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

Combo Box

编程语言 网络编程
Combo Box

Edit Box

编程语言 网络编程
Edit Box

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

Linux指令篇档案目录管理--cat

Linux指令篇档案目录管理--cat

Windows中DLL文件基本原理及修改方法

Windows中DLL文件基本原理及修改方法
下拉加载更多内容 ↓