Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tech:others:ssh_in_loop [2014/11/15 09:13]
tech:others:ssh_in_loop [2014/11/15 09:13] (current)
Line 1: Line 1:
 +====== Putting SSH in loop - Use this for holding connection to remote server ======
 +
 +<​code>​
 +@echo off
 +:redial
 +C:​\somepath\putty.exe -load saved_session_name -ssh some_username@some_host -pw some_password
 +goto redial
 +</​code>​
  

QR Code
QR Code tech:others:ssh_in_loop (generated for current page)