欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

Keepass+PuTTYPortable+Winscp一键登录实例详解

程序员文章站 2022-05-15 12:29:55
keepass+puttyportable+winscp一键登录 keepass password safe(以下简称keepass)是一套类似数据库管理的密码管理软件,...

keepass+puttyportable+winscp一键登录

keepass password safe(以下简称keepass)是一套类似数据库管理的密码管理软件,通过密码或密钥,它能够提供一个足够安全的密码存储空间。只要你记住这一个管理密码,妥善保管好密钥文件和数据库文件,基本上可以安枕无忧了,结合putty、winscp,一键登录linux系统,不需要输入密码,方便快捷。

为什么使用puttyportable,而不用putty?

puttyportable中其实包含有putty,使用puttyportable代替putty,因为putty保存的信息在注册表,不方便迁移。而puttyportable能保存在文件夹中。

软件下载一定要到官方网站上去下载,不要到第三方地址下载或者下载中文版,前段时间有报道过putty、winscp中文版嵌入漏洞。

官方下载地址如下:

keepass :http://keepass.info/download.html

keepass中文包:http://keepass.info/translations.html

puttyportable:http://portableapps.com/apps/internet/putty_portable/

winscp:http://winscp.net/eng/download.php

使用方法:先安装keepass,如下图我将其安装到d盘,再将puttyportable、winscp、中文包解压后安装到keepass的安装目录下。如下图:

Keepass+PuTTYPortable+Winscp一键登录实例详解

Keepass+PuTTYPortable+Winscp一键登录实例详解

Keepass+PuTTYPortable+Winscp一键登录实例详解

Keepass+PuTTYPortable+Winscp一键登录实例详解

Keepass+PuTTYPortable+Winscp一键登录实例详解

Keepass+PuTTYPortable+Winscp一键登录实例详解

Keepass+PuTTYPortable+Winscp一键登录实例详解

重点注意上图中网站url:

用ssh登录:

cmd://puttyportable/puttyportable.exe -l {username} -load {title} -pw {password}

用scp传输文件登录:

cmd://winscp4.exe scp://{username}:{password}@{title} 
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!