sotel - SSL and OTP telnet for WindowsCE
Version 0.1.6 Mar 12, 1998
Copyright (C) 1998 NEC Corporation
All rights reserved.
1. Description
sotel is TELNET client application for WindowsCE. sotel runs on the Console
which is developed by Eiichiroh Itoh.
When you run sotel on the Windows CE 2.0, sotel can communicate with SSL
telnetd. sotel includes a one-time password calculator. To login a remote
host, you only need to input a passphrase.
2. Disclaimer
1. This software may be used without fee.
2. NEC Corporation accepts no responsibility for damages resulting from the
use of this software and makes no warranty.
3. You must not sell this software package.
4. You can redistribute this package as long as you don't modify any of files
in this package and you deliver all the files in this package.
3. Distribution package
These files are included in this distribution package.
o sotelmp.exe sotel program file (for MIPS)
o sotelsh.exe sotel program file (for SH)
o sotel.txt Release Note (English)
o sotel-j.txt Release Note (Japanese)
o src.zip source files of sotel
4. Installation
1. Install CONSOLE(*1) Ver.0.23 or later.
2. Copy sotel on your Windows CE.
(*1) Get from .
5. Usage
1. From the CEShell
\>sotel hogehoge
(When you want to connect to the server "hogehoge".)
2. By sotel commands
1. Run sotel.
2. Connect to the server.
telnet>open hogehoge
(When you want to connect to the server "hogehoge".)
6. Commands
The following commands are supported.
OPEN Connect to the server.
open hogehoge [port]
hogehoge hostname
[port] port number (Default: 23)
CLOSE Close current connection.
close
QUIT Exit sotel.
quit
SSL Change SSL negotiation mode. (Default: telnet mode)
ssl {telnet|only}
telnet SSL telnet negotiation.
only SSL only.
AUTH Change TELNET Authentication mode. (Initial value: on)
auth {on|off}
on Do TELNET Authentication option.
off Do not TELNET Authentication option.
OTP Change OTP calculator mode. (Initial value: on, skeymd4)
otp {on|off|skeymd4|skeymd5}
on Enable OTP calculator.
off Disable OTP calculator.
skeymd4 Calculate s/key as MD4.
skeymd5 Calculate s/key as MD5.
LOG Output the log to the file.
log {open|close} [filename]
open Open log file. (Default log file: sotellog.txt)
close Close log file.
3. Escape by the '^]'
You can use escape character to be command mode.
7. Notice
o Both server and client authentication are not available.
8. Bug reports, suggestions, ...
Please let me know, if you find any bugs or have any suggestions.
E-Mail: pochi@ccs.mt.nec.co.jp
Master site:
.