方法一:使用puttygen.exe 第一步:生成密匙 运行puttygen.exe,选择需要的密匙类型和长度,使用默认的SSH2(RSA),长度设置为1024就可以了。 passphrase可以为空,免得登录时还是要输入一次密码。 ...
分类:
其他好文 时间:
2015-04-21 13:14:35
阅读次数:
141
一、描述
在Windows7系统中安装VMware Workstation10,在该虚拟机中安装了CentOS6.5操作系统,当然这里可以是任意的Linux,目前主流的是使用SSH、SecureCRT或者Putty来登录和控制虚拟机中的Linux系统,但是如果我们在这里想直接使用windows自带的telnet服务远程登录Linux系统的话就要采用以下配置来搭建telnet桥梁。
二、...
Linux系统安装yum仓库首先在为Linux系统手动配置IP地址。在真机上配置IP地址实现互通(目的是为了使用putty远程登录软件链接Linux系统,下载地址http://baoku.360.cn/soft/show/appid/104537)在Linux系统的桌面上右击鼠标,点击“在终端中打开”。在伪终端中输入init3命令,进..
分类:
系统相关 时间:
2015-04-19 22:55:38
阅读次数:
272
嵌入式入门-远程登录
一 登录前提
1 windows与linux相互ping通
ifconfig
2 linux关闭防火墙
/etc/init.d/iptables stop
二 登录工具-命令行
1 putty
2 SecureCRT
三 登录工具-图形化
1 vncserver
附:my_qq8727857...
分类:
其他好文 时间:
2015-04-19 19:33:55
阅读次数:
142
Frequent users of putty should have encountered the Putty (inactive) problem. This happens because servers are usually configured to disconnect idle sessions after they are inactive for a particular t...
分类:
其他好文 时间:
2015-04-19 13:16:21
阅读次数:
208
linux系统-远程登录
一 登录前提
1 windows与linux相互ping通
使用ifconfig查看网络状态
2 linux关闭防火墙
/etc/init.d/iptables stop
二 登录工具-命令行
1 putty
2 SecureCRT
三 登录工具-图形化
1 vncserver...
分类:
系统相关 时间:
2015-04-19 11:34:33
阅读次数:
195
vmware安装系统使用了ubuntu,安装后每次用PUTTY登录发现都到等很久,经过上网搜索,发现是Ubuntu安全机制导致的连接缓慢问题,解决方法如下;1. sudo vim /etc/ssh/ssh_config2. 将GSSAPIAuthentication后面的yes改为no GSSAPI...
分类:
系统相关 时间:
2015-04-19 01:06:00
阅读次数:
168
1.sudo -i(no password,new user), su -(password)2.xdg-open(open file)3.putty(scroll)4.tar zxvf filename.tar.gz(release) tar zcvf filename.tar.gz(tar) ....
分类:
系统相关 时间:
2015-04-18 17:31:59
阅读次数:
249
1、首先你需要下载http://files.cnblogs.com/files/zhanqun/putty.7z文件夹内包含下面这些文件:2、然后点击PUTTYGEN.EXE文件点击“Generate”并狂动鼠标生成密钥(自己使用,建议不要设置Key passphrase),然后保存public k...
分类:
其他好文 时间:
2015-04-16 17:20:04
阅读次数:
99
TRAMP表示"TransparentRemote(file)Access,MultipleProtocol",它是Emacs的一个远程文件编辑的扩展包。安装方式非常简单,打开Emacs,按下“M-x”后,输入“package-list-packages”,找到tramp扩展包即可点击安装。在Windows下,Tramp已经与PuTTY包集成在一起了,使用plink程..
分类:
系统相关 时间:
2015-04-16 14:32:50
阅读次数:
195