Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/installer/release/ssh2login.ttl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3221 - (hide annotations) (download)
Tue Mar 24 09:37:20 2009 UTC (15 years, 2 months ago) by maya
File size: 488 byte(s)
CVS から SVN へ移行: trunk に集約
1 doda 1214 ; sample macro of Tera Term
2 maya 1187 ;
3     ; File: ssh2login.ttl
4     ; Description: auto login with SSH2 protocol
5     ; Environment: generic
6     ; Update: 2004/12/4
7     ; Author: Yutaka Hirata
8    
9     username = 'nike'
10     hostname = '192.168.1.3'
11    
12     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13    
14     msg = 'Enter password for user '
15     strconcat msg username
16     passwordbox msg 'Get password'
17    
18     msg = hostname
19     strconcat msg ':22 /ssh /auth=password /user='
20     strconcat msg username
21     strconcat msg ' /passwd='
22     strconcat msg inputstr
23    
24     connect msg

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26