HTML, CSS, batch commands, and Javascript examples that I have used in my library work. Short entries, designed as quick reference. By Len Davidson at CUA Law Library
Navigation
▼
5/16/2017
auto login for Putty telnet
We use Putty software to telnet into a linux server, to setup autologin, create BAT file with following commands:
@echo off
putty -load "host" -l username -pw password
No comments:
Post a Comment