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 3362 - (hide annotations) (download)
Tue Apr 28 18:33:41 2009 UTC (15 years, 1 month ago) by doda
File size: 511 byte(s)
行末の空白を削除

1 maya 3227 ; sample macro of Tera Term
2 doda 3362 ;
3 maya 3227 ; 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