configure PUTTY to not time out

To modify an existing session with "keep alives" to maintain your connection follow the steps below:

  1. Open the PuTTy application and navigate to the Options panel.
  2. Load the session definition by selecting it from the list.
  3. Click Load
  4. Select Connection
  5. In the field Sending null packets to keep session active change the default value from 0 to 1800 (30 minutes)
  6. Check the Enable TCP keepalives (SO_KEEPALIVE option) check box.
    Note: This option may not available in older versions of the PuTTY client.
  7. Select Session from the left hand menu
  8. Select Save

Any new sessions will now use these modified connection options.

时间: 2024-08-24 15:49:28

configure PUTTY to not time out的相关文章

[翻译]windows下 连接到 bitnami的phpmyadmin

bitnami 因为安全考虑,只能 localhost 访问 phpmyadmin 为了能通过SSH 隧道访问 phpMyAdmin,你需要一个ssh 客户端.参考文章介绍使用中选择使用 PuTTY, 一个Windows和Linux 平台下的免费的ssh 客户端.第1步配置 Putty.Find out how to configure PuTTY. 如果你已经在SSH 客户端配置过了,并且你已经确认是可以通过SSH成功访问你的SSH实例,为了能访问phpMyAdmin 你需要创建一个SSH隧道

macOS安装putty

本来是OS X,因为有了watchOS.iOS的命令方式(前面小写后面OS大写,一体化命令规则),估计未来OS X会更名为macOS. macOS上的免费ssh客户端软件并不多,我已知的有:vSSH Lite.Telnet Lite.Putty. 其中: vSSH Lite最烦人,老弹小窗提示你购买全功能版. Telnet Lite最好看.功能也够用. Putty 最难装,耗费了我好几个小时才装上. 综上:我个人选择Telnet Lite.原因:Telnet Lite好装.好看.好用.肯定要抛弃

Installing/Configuring PuTTy and Xming

copy from: http://www.geo.mtu.edu/geoschem/docs/putty_install.html Installing/Configuring PuTTy and Xming Most of us connect to the CTM server via a PC running Windows, essentially making the PC a terminal. The PC interacts with the server through th

[原创] linux deepin 2014.1下编译putty

在网上找了很久,都没有找到linux下直接可以用的putty程序,最终在putty官网找到了源代码 点击下载 把源代码下载回来. 1.下载源代码 2.安装依赖库 如果系统中没有安装过libgtk2.0-dev或者是libgtk3.0-dev,就使用如下的命令进行安装 sudo apt-get install glade libglade2-dev 安装完成后. 用cd命令进入下载好的源代码位置 我的位置是 /home/sn/下载/putty-0.63 3.配置源代码用如下命令: ./config

putty对Linux上传下载文件或文件夹

putty是一个开源软件,目前为止最新版本为0.70.对于文件或文件夹的上传下载,在Windows下它提供了pscp和psftp两个命令. (1).pscp pscp在命令提示符中使用,只要putty(ssh)能够远程,就能使用该命令. pscp [Windows上的路径,可绝对可相对] [Linux用户]@[Linux的IP地址或网络内唯一主机名]:[Linux上存放地址,绝对路径] pscp [Linux用户]@[Linux的IP地址或网络内唯一主机名]:[Linux上存放地址,绝对路径]

checking for SSL... configure: error: Cannot find ssl libraries

问题: 安装配置nagios客户端,在安装nrpe的时候遇到了报错,如下 [[email protected] nrpe-2.9]# ./configure 解决: 安装open-ssl后,搞定 [[email protected] nrpe-2.9]# yum -y install openssl-devel

Putty 远程连接工具使用以及密钥验证

常用的远程ssh连接工具 PuTTY  xshell secureCRT 示例中使用putty 官网下载 putty.org 文件太多不能滚屏 ls /etc |less    #|管道符传送 less命令可以翻页 Putty 下载请先翻墙到官网下载. 利用Putty远程控制和操作 Linux. 1)putty生成的公钥和私钥 (2)把私钥保存到我们电脑上 (3)复制公钥粘贴到Linux的/root/.ssh/authorized_keys文件里, (4)默认/root/.ssh 这个目录是不存

nginx安装报错./configure: error: the http rewrite module requires the pcre library.

nginx编译时报错: ./configure: error: the http rewrite module requires the pcre library. 解决方法: [[email protected] nginx-1.5.9]#  yum install zlib-devel -y

ADB enhanced Putty (replacement for "adb shell" co

We all know that running "adb shell" from the command line is pretty crap, and when using a latter busybox version which has coloring support it's ultimately crap. One workaround was usually to start a telnet server on the phone, and use putty t