惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
罗磊的独立博客
aimingoo的专栏
aimingoo的专栏
IT之家
IT之家
Martin Fowler
Martin Fowler
I
InfoQ
Engineering at Meta
Engineering at Meta
爱范儿
爱范儿
H
Help Net Security
GbyAI
GbyAI
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
有赞技术团队
有赞技术团队

博客园 - kylindai

Spark installation for windows java cpu load - kylindai remove all .git files and directories use one command - kylindai Android adb not responsing nodejs 实现 http proxy 透明转发 mybatis 处理数组类型及使用Json格式保存数据 JsonTypeHandler and ArrayTypeHandler 一次PostgreSql数据迁移,使用nodejs来完成 nodejs 安装 postgresql module mongodb 安装为windows服务 memcached linux / win32 1.4.13 learning nodejs 2 - connect middleware learning nodejs 1 - stream.pipe javascript的变量、作用域和内存问题 javascript编程的最佳实践推荐 android download host jetty-distribution-7.6.x 部署 Quartz Cron 表达式 ImageMagick 批量处理图片脚本 常用 LINUX 命令
putty ssh login linux
kylindai · 2014-04-14 · via 博客园 - kylindai

(1) in linux

$ ssh-keygen -t dsa

$ cd .ssh

$ cat id_dsa.pub > authorized_keys

$ chmod 600 authorized_keys

(2) download id_dsa to the windows

(3) open puttygen.exe, load privateKey file id_dsa

(4) save privateKey as your-private-key.ppk

(5) open putty.exe, create a new session, on option SSH->Auth, set privatekey file

(6) on option SSH->Tunnels, add Source prot, and select Dynmic, then click Add button.