目次

wish list
bug list


表 1: wish list

■TeraTerm要望一覧











Update: 2005/4/6









No 要望内容 登録日 対応バージョン 対応内容 備考
1 There is a version of TeraTerm Pro with SSH2 found over at http://www.ayera.com/teraterm/. This version has a recurring command feature that is very nice. Could this feature be added to your version of TeraTerm Pro? Your version seems to work better than theirs... https://sourceforge.jp/tracker/index.php?func=detail&aid=5704&group_id=1412&atid=5336 2005/03/17


2 Windowsのテキストエディターやメイラーにごくふつうにある 機能で、 http://foo.jp/bar.html みたいな文字列をダブルクリックしたら、ブラウザーが起動して そのペイジが開く機能がありますよね? (もはやたいがいのアプリケイションにある?) 2005/03/26


3 writeコマンドやwallコマンドでメッセージが届いたときなどの ベルかビジブルベルがきたときに、 TeraTermのその画面を一番上に表示する、 なんていう機能があったら私はとても便利に思うんですが、 どうでしょう? 2005/03/26


4 SSH2完全対応のあかつきには、 キー生成のexeも付属してると うれしいな。 2005/03/27


5 w3mなどでマウスが使えたり画像が表示できれば便利だと思います。 2005/03/29


6 話はかわりますが、 何人かに使わせるときって、「初期設定値」って けっこう気になるんですよ。自分1人で使うときには、 多少自分が使う値とちがってても、設定かえちゃえばそれでいい んですが、何十人にも変えさせるのけっこうめんどうで...。 いつも、受信/送信ともに UTF-8 -> EUC にかえさせ、 JISの送信に関しては ESC(JじゃESC(Bにさせ、 FontのBoldはOnに、 DeleteコードはDelキーで送るようにONにします 背景色を変えるときに、Boldの背景色もいっしょに(同じ色に) 連動させる、っていうスイッチがあればいいのになあ。 2005/03/29


7 マウスの右クリックはペーストになっていますが、 間違って右クリックすると大変なことになってしまうので、 この機能を消したいです。 2005/03/16 4.13

8 TeraTerm Menuの話。 項目ごとにアイコン変えられるなら使ってみたいのだが。 2005/02/24


9 There are many file operation related commands in TeraTerm macro language however 2 major ones are missing that are Open file dialog and Save As file dialog. I do not know how difficult will be to implement them but they would really benefit advanced macro script users. Return value for these commands can be the full path with file name assigned to inputstr variable. I can suggest even the names FileOpenDlg and FileSaveAsDlg http://www.neocom.ca/forum/viewtopic.php?t=70 2005/03/22


10 There are currently 4 wait commands in TeraTerm macro language: wait, waitevent, waitln and waitrecv however no one of them has capability to wait for any string and return it to macro language as the variable for further processing. I think such command would be rather useful and not difficult to implement. So, my suggestion is to add new command waitany that will not have additional parameters and will assign the value of the next string that shows up on the screen to variable inputstr. http://www.neocom.ca/forum/viewtopic.php?t=69 2005/03/22


11 teraterm.iniのリストア時に、TeraTerm本体があるディレクトリを初期値としてほしい。 最新の 2.09 を入れて試してるのですが、(ソースからではなく) 実際の動作からみると、初期値は TERATERM.INI の FileDir の ディレクトリを使用して、その後は Save setup の画面や Log の 画面でのディレクトリの移動に影響を受けて、移動しているように みえます。 安直な一般論ですが、 Save と Restore は同期しているべきでは ないかと考えます。 http://www.freeml.com/message/teraterm@freeml.com/0000109 2005/01/23


12 BOMの削除は選択できるように 2005/04/06


13 EUCコードが表示されない(ドラッグで見える) 2005/04/06


14 I have a favour to ask you about implementation of 2 features in your next release of Tera Term: 1. Could you enable Tera Term to display special characters like Telix? In attachment you can find sample pics. 2. When I try to establish TCP/IP connection to remote host, and requested host is unavailable, I can't manually interrupt the connection. (I should wait for timeout, or use Alt+F4 as result of closing window.) Could you don't disable the Disconnect submenu in File menu when establishing connection in progress? 2005/04/06


15 ・SSH known hostsへの対応 大抵のSSHクライアントは、接続先のホスト鍵を保存しておき、次回以降の 接続時にホスト鍵が変わっていると警告を出してくれるのですが、TTSSH2では これをやっていないようです。 接続先の確認は軽視されがちですけれど重要だと思いますので、 対応してもらえませんでしょうか。 2005/02/27


16 ・圧縮への対応 低速な回線(AIR-EDGEとか)を使っている時は圧縮が使えるとかなり違うので、 これにも対応してもらえませんでしょうか。 2005/02/27


17 ・使用可能な認証方式の自動判別 現在のTTSSH2は、Password認証を選んだときに、まずKeyboard Interactive 認証を試みて、それが失敗した時にPassword認証を試みます。 Keyboard Interactive認証を使うかは設定で変えられますが、私が使うサーバは、 1:"Keyboard Interactive認証は使えるがPassword認証は使えない"サーバと、 2:"Password認証は使えるがKeyboard Interactive認証は使えない"サーバの 両方があるので、Keyboard Interactive認証を使う設定で使っています。 この設定で2:のサーバにログインしようとすると、ログに認証の失敗が記録 されるのがイマイチですし、このサーバは認証の試行可能回数を少なめ(3回?)に 設定されているようで、一回目のパスワード入力でミスをすると、二回目に 正しいパスワードを入力してもサーバから切断されてしまい、少し使いづらいです。 http://www.openssh.com/txt/draft-ietf-secsh-userauth-15.txt を見ると、 "none" Authentication Request を使う事で使用可能な認証方式がわかる ようなので、これに対応して、使用可能な認証方式を自動判別するように してもらえませんでしょうか。 2005/02/27


18 ・Keyboard Interactive認証のパスワード入力方法 現在はPassword認証と一緒になっているため、ユーザ名とパスワードを同時に 入力するようになっています。 しかし、S/Keyなどのワンタイムパスワードを使っている場合は、ユーザ名を 送信したあとに返って来るプロンプト文字列を元にパスワードを計算するので、 現在の方式ではパスワードの入力が難しいです。 2005/02/27 TTSSH 2.10

19 o iniファイルに[TTSSH]のところでEnabled=1にしないと いけないのが不便ですよね。ダイアログでできるといいのに。 「:22 /ssh」もつけてます。 2005/02/22


20 textとbackgroundの色いじるときに、normalとboldの を同期とる(同じ色にする)スイッチがあれば便利なのに。 (毎回両方を同じ色にするのが面倒) http://mixi.jp/view_bbs.pl?id=541416 2005/02/22


21 XP風のやわらかい感じのアイコン(縁の黒線がないやつ)だといいのに。 2005/02/22


22 タイトルバーの書式に、host名を前のほうに書いてくれる のがあればいいのに。ないみたいので固定文字列を直接 設定してるけど、それだとhost毎にiniファイル変えて別々 の設定しなきゃいけないし、.loginでエスケイプシーケンス で設定する方法だと別のホストにsshしたときにかわっちゃう (実は、最初にはいったhost名のままでいてほしい > タイトルバー) 2005/02/22 4.11

23 マクロから背景色や文字色を変えられるようにしたい 2005/04/06


24 名前つきパイプ



25 多言語混在表示(完全Unicode対応)



26 バッファの検索(正規表現もサポート)



27 タブウィンドウ



28 画面分割



29 日本語版



30 1) While connecting to Cygwin, TeraTerm does not check if the last saved configuration in TeraTerm.INI was SSH or telnet and fails to connect in case it was SSH. To resolve this issue, I changed PORT_START value in cygterm.cfg from 20000 to 23 and modified TERM string. 2) After either successful or unsuccessful connection to Cygwin TeraTerm replaces the default port number in 'New connection' dialog window with 20000 instead of showing last saved (or used) value, i.e. 22 or 23. 3) I was also getting errors connecting to CygWin because the SHELL in cygterm.cfg was set to /bin/tcsh and I am missing this file in my Cygwin installation. I change the SHELL value to /bin/bash to make it work. 4) Once in Cygwin session, 'Duplicate Session' function under 'File' menu does not work. I think several of these issues could be easily resolved by giving the user access to the parameters from cygterm.cfg. You could probably add them to 'Additional settings' window. And finally here is how my cygterm.cfg file looks like now, in case somebody else is facing the same problems: Code: # CygTerm settings TERM = .\ttermpro.exe %s %d /nossh TERM_TYPE = vt100 PORT_START = 23 PORT_RANGE = 40 SHELL = /bin/bash ENV_1 = MAKE_MODE=unix ENV_2 = HOME=/ http://www.neocom.ca/forum/viewtopic.php?t=94



31 ここ1週間で10台ほどインストールして つかっているのですが、 インストールするたびに、TeraTerm.ini を編集して、 BGEnable = off ↓ BGEnable = on TermType = xterm ↓ TermType = vt100 してます。これらの設定って、メニューからはできないでしょうか? http://mixi.jp/view_bbs.pl?id=862788



32 >画面クリアすると、クリアされた分がスクロールバッファーに残らない、ということです。 なるほど。確かに。PuTTYではすでに実現されているようなので、TeraTermでもなんとかしたいですね。 明日からGWに入ってしまうんで、GW明けにでもソースコードを調査してみます。 >私的にはOFFにした設定が残ればいいです。 了解です。 http://mixi.jp/view_bbs.pl?id=862788



33 I do not know if you are planning to add something new into this area or just want to describe key combinations in readme files. Anyway, I would like to suggest one feature that I believe will benefit TeraTerm. In some cases it is necessary to highlight and copy several pages of output from TeraTerm window. The only way I know to do this is drag and scroll the text using mouse. This is not really convenient when selection has to cover big number of pages. I would suggest to add the feature that allows user to select the text using Shift-Left Click. This type of selection is supported by most text editors. You place the cursor somewhere in the text, then scroll text up or down, press Shift and Left Click at the end of selection. As the result block of the text between old and new cursor positions is being selected. The same technique allows to expand or shrink already existing selection. It is hard for me to judge how difficult will be to implement this functionality, but I am sure many TeraTerm users will be glad to have this feature. http://www.neocom.ca/forum/viewtopic.php?t=103 2005/05/12


34 カーソルの形を変えるエスケープシーケンスを追加してほしいです。そのようなエスケープシーケンスがあれば、vim 7でインサートモードとノーマルモードでカーソルの形を変えることができます。



35 Hello Yutaka, I think I did not explain item 3 well that's why you had problems understanding it. Sorry about that. I was trying to say that right now if macro does not start with 'connect' command you can only run it from inside TeraTerm via 'Control'->'Macro' menu. Also macros, that do not start with 'connect' cannot be placed neither into TTPMenu nor in LogMeIn because there is no way to "link" them to already running session in TeraTerm. This could be resolved by adding certain macro command that will link the macro to already open TeraTerm window, let's say having specific text string in the title. For example: MACRO_1: connect 'my_unix_server' wait 'Login:' sendln 'boris' wait 'Password:' sendln 'mypassword' settitle 'Connected to my Unix machine' end MACRO_2: linkto 'Connected to my Unix machine' sendln 'ls -la' wait '>>' sendln 'cat /etc/hosts' end Here after running MACRO_1 I am connected to my_unix_server. Then I can perform some work and later decide that I need to run certain set of commands stored in MACRO_2. I am running MACRO_2 from TTPMenu or LogMeIn. It searches the window with the title having substring 'Connected to my Unix machine' and executes MACRO_2 in this window. If there are several TeraTerm windows that have the same title than you can just pass MACRO_2 to the first found window. It should be user's responsibility to avoid such ambiguity. If there are no windows with matching title, the macro can stop running with or without prompting user. Once again this is just a suggestion to put at the very end of your to-do list. It would be good to have such feature but it is not urgent at all.



36 I have one suggestion that is hopefully very easy to implement. Sometimes while using TeraTerm macros, especially in the process of creating them, the macro script hangs because for example wait command was used and the argument for it was entered incorrectly. If this is a case it is difficult to identify the line of the macro which causes handing. Would it be possible to display in macro window (the one that has Pause and End buttons) the current line of the macro being executed. Currently this line is only shown when the error happens in the macro script. Would be good to have it available at any time. This does not mean the window should pop up as in case of error. It can stay minimized but if user will need to check which macro line is TeraTerm currently executing, he would be always able to do this by restoring this window.



37 On Sat, Jul 09, 2005 at 06:53:14PM +0900, Yutaka Hirata wrote: > こんばんは。 > > ユーザ名の自動入力ということでしたら、Setup - SSH Authenticationで > teraterm.ini に事前設定しておくことができます。 接続先毎にユーザが違うので、コマンドラインで何とかならないか、と 思ったのですけど。やはり、iniファイル切り替えしかないですかねえ。 太田



38 早速試してみたのですが、authorized_keys の command="hogehoge" には対応していないのでしょうか。 ssh 1では対応しているようです。 sshでログインしたときに実行するコマンドを指定するものです。 詳しくは man sshdを見てください http://heimhardt.com/htdocs/ssh/sshv1/sshd.8.html#lbAH



39




40

















表 2: bug list

■TeraTermバグ一覧













Update: 2005/4/6











No 障害内容 発生バージョン 発生日 処置バージョン 処置内容 備考
1 色が付くプログラムをscreen上で動かすと色が戻らない w3mなどのプログラムを動かし表示させると、色が変わってから 戻るべきところでも、引き続き前の色が表示されます。 screenを使用していなければ問題はないのですが、 http://www3.akira.ne.jp/~maya/img/4_13_w3m.gif screen上だと戻らなくなります。 http://www3.akira.ne.jp/~maya/img/4_13_w3m_on_screen.gif なお、オリジナルのTera Term Pro 2.3 では現象は起こりませんでした。 libncurses や termcap の問題なのかもしれませんが、 よく理解していないのでこれ以上の切り分けができませんでした。 報告しか出せなくてすみません。 現象を確認した環境 クライアント Windows 2000 Professional SP4 Tera Term Professional 4.13 サーバ Miracle Linux 2.0 + screen 4.00.02 (FAU) 5-Dec-03 FreeBSD 4.11 + screen 4.00.02 (FAU) 5-Dec-03 FreeBSD 5.3 + screen 4.00.02 (FAU) 5-Dec-03 http://sourceforge.jp/tracker/index.php?func=detail&aid=5821&group_id=1412&atid=5333 4.13 2005/04/06


2 バージョンTera Term Pro 4.10ですが,サーバの漢字コード EUC-JP,ローカルの漢字コードShift_JIS(CP932)の環境で使 うと,タイトルに日本語(EUC-JP)が送られてきた場合,文字 化けします. EUC-JP->Shift_JISの変換を行わず,直接Windowsへ渡してい るためと思われます. なお,試しにShift_JISでタイトルを送ったところ,正常に表 示されました. 4.10 2005/03/02 4.12

3 Hello, ZModem uploads in Teraterm fail at around 20MB, with TeraTerm crashing. Googling for this behaviour, this appears to be due to an intermediate result overflowing. A simple suggested fix is posted below. I verified that the issue is still present in dlglib.c. Sincerely Yours Thorsten Behrens https://sourceforge.jp/tracker/index.php?func=detail&aid=5713&group_id=1412&atid=5333 4.10 2005/03/18 4.12

4 WindowsXPで使っているのですが、TeraTermの画面を10枚ぐらい開いています。 で、画面を切り替えて、キーが聞くようになるまで1秒近くかかるのですが、 これはうちだけの現象でしょうか? ウィンドウを切り替えて(マウスで)、すぐうったキーは無視されてしまうんです。 4.13 2005/03/17
処置なし。 半透明ウィンドウ機能を使っていると、処理が重くなるので、PCの性能を上げること。
5 Windows2000でteraterm.iniのBGEnableをOnにしても デスクトップの壁紙が透けて見えないのですが仕様なのでしょうか? WindowsXPなら、BGEnableをOnにしたらデスクトップの壁紙は透けて見えます。 4.13 2005/03/26
処置なし。 Windows2000の問題で透過がうまくいっていないようです。 bmpの画像なら透過出来ますが Active desktopをONにしないと 壁紙に指定出来ない画像(jpg、gif等)は透過出来ないようです。
6 setup の Additional Settings の ANSI colorのRedのテキストボックスだけ左にずれてます。 DisablePasteMouseRButtonは DisablePasteWithMouseRButtonとか DisablePasteByMouseRButtonとか DisableMouseRButtonPasteとかのほうがよくないですか? 4.13 2005/04/01


7 TeraTermおよびTTSSHのソースコードが、英語版Visual Studioでビルドできない。おそらく、コード中の日本語(CP932)が邪魔をしているものと思われる。 4.13 2005/04/06


8 Nortel Alteon 2208にSSH1で接続できない。 http://www.neocom.ca/forum/viewtopic.php?t=82 4.13 2005/03/31


9 http://www.sshida.com/~shida/diary/200412-diary.html パスワード入力ダイアログで、SSH の初期ネゴシエーション?が終わらないうちに (TIS、rhosts の欄がグレースケールに変わる前に) パスワードを入力してOKボタンを押すと、TeraTerm Proが死ぬ(プロセスが消えてなくなる)。 接続時はしばらく待たないといけない状態になっている。 2.07g 2004/12/29 TTSSH 1.08

10 元祖TeraTermでは、ウィンドウの大きさを変更すると more や vi、emacs もいっしょに テキストの画面サイズが変更されて利用できたが、UTF-8対応版では stty columns 100 rows 50 などと、 UNIX コマンドで指定しないと、stty -a で表示されるテキスト画面サイズが変わらない。 これは早稲田の IPv6 版も同じだった。 2.07g 2004/12/29 TTSSH 1.07

11 デフォルトのインストール時の実行メモリは 10MB と大きい。これはスクロールバッファが 20,000行になっているためか? 一桁減らして 2,000行にすると起動時は7.8MBになった(IPv4 使用)。しかしsshでログイン後、shell上で何か打ち込みをしていると、 2時間で17MBを超えてしまう(タスクマネージャ表示で 17.116KB)。メモリリークしているのではないだろうか。 2.07g 2004/12/29
処置なし。 机上チェックでは問題なし。Windowsのメモリマネージャは、OSに暇ができたときにフリーメモリのガベージコレクタが働くため、タスクマネージャ上ではメモリが元に戻らないように見えることがある。
12 中国語の挿入で余分な空白が入る 2.05 2004/11/06


13 Ncursesを使ったアプリでANSIカラー化されない 2.05 2004/11/06


14 Eterm風透過ウィンドウ機能が追加されたとの事なので使おうとしたのですが、 設定ダイアログの該当箇所(Eterm lookfeel)がグレーになっていて、設定が 出来ませんでした。 http://www.freeml.com/message/teraterm@freeml.com/0000141 4.11 2005/02/27


15 o 以前のものをTTERMPROというフォルダーに置いたまま、 今回のをteratermといフォルダーに置いて使おうと思って なんだかうまくいかないと思ったら、/F=foo.iniしてもTTERMPROのほうのfoo.iniを見に行っちゃうんですね! 最初それがわからずに苦労してしまった。exeファイルが ある場所のを見てくれるといいのですが。 4.10 2005/02/22


16 * (SSH1, 2 ともにサポートしている sshd へ) ssh1 で接続して Duplicate session から2つめの接続を張ったら、後の方は  ssh2 になった おなじプロトコルになるのでは? との指摘がきました。 About TTSSH 画面の Using protocol を見るかぎりそうなるようですが、 これは仕様でしょうか。 # なぜ、こんなことを試していたのは私も疑問です 4.13 2005/04/06


17 After struggling for quite some time to make the simple connect '/C=3' command work on my PC, I found out the following error: If teraterm.ini file is saved having default connection set to one of the COM ports, than user is not able to establish neither telnet not ssh connection from the macro. It is also not possible to open any serial port connection from macro with the port number different from the one saved in teraterm.ini file. This looks similar to the issue that we had earlier when telnet was turning into SSH connection, if SSH was saved in teraterm.ini as default startup connection. Then you introduced /nossh option to fix this. The same has to be done for COM ports. Could you please look into this issue? http://www.neocom.ca/forum/viewtopic.php?t=91 4.15 2005/05/12


18 NonblinkingCursor=onでカーソルが点滅しないようにしているのですが、時々、カーソルが点滅してしまいます。 このとき別のウィンドウに切り替えて元のウィンドウに戻るとまた点滅しないようになります。どういう条件で起こるのかわからないのですが、civisと関係している気がします。 Civisはterminfoのcursor_invisibleのことで、 teratermではesc[?25lですね。 civisでカーソルが消えてcnormで戻したときにカーソルが点滅になってしまうような気がします。 http://mixi.jp/view_bbs.pl?id=778166 4.15 2005/05/12


19 最大化するとタスクバーに隠れてしまう件ですが、原因がわかりました。タイトルバーを隠しているとそうなるようです。それと、タイトルバーのダブルクリックで最大化できないようなので、できるようにしてほしいです。>Metaキーを使うと、Altを使うショートカットが全滅してしまいますね…。poderosaでは右altと左altに別々の機能を割り当てられます。割り当てることのできる機能は、メニューとショートカット、ESC <x>、Metaキーです。他にpoderosaで便利だと思ったのは、右クリックの動作を貼り付けとコンテキストメニューから選べることです。タブも便利です。 http://mixi.jp/view_bbs.pl?id=970613 4.15 2005/05/16


20 タスクバーに常駐している、tera term menuを 左クリックし、表示されるメニューからは 何も選択しないという動作をすると しばらく、スタートボタンやウィンドウズが最小化しているときに表示されるボタンがクリック出来ない現象が発生します。 同じ症状が出た方いますか? 4.15 2005/05/21


21 >ゆたかさん vim7のヘルプには以下のように書かれています。 Added the t_SI and t_EI escape sequences for starting and ending Insert mode. To be used to set the cursor shape to a bar or a block. No default values, they are not supported by termcap/terminfo. つまりエスケープシーケンスによってカーソルの形を変えることができる端末であれば、vimのt_SIとt_EIオプションにそのエスケープシーケンスを設定することにより、インサートモードとノーマルモードでカーソルの形を変えることができるのです。 調べてみたところそのようなエスケープシーケンスに対応している端末はありませんでした。




22 teratermのタイトルバーを表示しない設定のとき、 ウィンドウズキー + d で全てのウィンドウを最小化し、 alt + tabでteraterm以外のウィンドウを選ぶと、選んだウィンドウとともにteratermのウィンドウも元の大きさに戻ってしまいます。




23 さて、 Alt + N などで出てくる新規接続画面で、日本語版では 英語版より多くの項目にアクセラレーションキーがつけられています。 その他と SSH バージョンです。 この "その他" の方の Alt + O は効くのですが、 SSH バージョンの Alt + V が効かないようです。 (4.17 a, b で試しました) また、こちらは英語版でもそうなのですが、 TCP ポート(P) と プロトコル(C) も効きません。 つまり、一番右側の列は全て効かず、それ以外は全て効く状態です。 (効いていないのではなく、 TCP/IP(I) へ飛んでいる?)




24 そのとき気がついたのですが、ときどきちゃんと表示できないことがあります。 (Screenshotではちゃんと出るところだけ撮っています)例えば、 「CD-Rラベルひな型」→「CD-Rラヘ??ルひな型」 「じょぶ.txt」→「し??ょふ??.txt」 となります。ここのディレクトリでは上記だけが化けていました。 同梱の a.txt は ls > a.txt したものです。ご参考までに。




25 I mentioned strange behaviour of TeraTerm today and I think it is related to Alt-Enter key combination you introduced not long ago. When I start TeraTerm via macro I can not resize TeraTerm window with mouse. It is fixed on it's initial size. However, if I press Alt-Enter 2 times then resize starts to work. When I run TeraTerm and establish connection without macro, everything works fine from the very beginning. I tried all combinations of options 'Term size = win size' and 'Auto window resize' without any success. I found this bug when tried to use 'Run all selected' function of LogMeTT. The windows were tiled as they should but their sizes did not change. This worked before and I did not change this part in LogMeTT, moreover the same happens if I use Tile function of Windows task bar. TeraTerm started from macro simply refuses to resize. Could you please look into this whenever you get time.




26 SSH1を利用してログインしようとしてPassphraseを入力間違いをしてしまいますと、 Retrying SSH Authentication が出てもう一度Passphraseを聞かれますが、 この時に正しい(もしくは正しくない)Passphraseを入れOKボタンを押しても何の反応もなく ログインできないのは仕様でしょうか? SSH2ではこのような現象はおきていません。




27 下記のマクロを実行すると、CPU100%になる。 ;--- show -1 timeout = 2 for i 1 100 int2str cnt i strconcat cnt " before" statusbox cnt "LOOP" pause 1 flushrecv connect "192.168.0.1 /V" if result = 2 then setsync 1 closett endif next




28 I should also add that I've tested this with PuTTY and the SSH client from ssh.com and was able to successfully autoconnect to the SSH2 node using public-key auth. I've tried with TTSSH2 by pre-configuring my TERATERM.ini file, from the command line and by filling in the fields and it still fails. **NOTE**: I also did not set a passphrase on my key-pair, so all I have to do, is send a username and my private-key and I should be able to autoconnect like PuTTY and the SSH (ssh.com) client. -mekanik http://www.neocom.ca/forum/viewtopic.php?t=110&start=15




29 What works: Ttermpro 4.17 Router running Advance Enterprise K9 IOS 12.3.14.T2 Using Plain password to login. TTSSH version 2 to cisco router as normal user (level 1), works great! What does not work: Try to get into "enable mode" on router as level 15, does not work. Aftter I enter the "enable" command I am prompted for the enable password, which is normal but when I try to enter the password for privalege mode I get an error message. 2811-rtr1>ena Password: <---first character causes "Received truncated packet" Window closes. I did set up a local user "test" on the router that automatically places me into privelaged mode 15 when I login as test and that works fine. If I then drop down to a normal user level 1 with the "disable" command and then try to re-enter level 15 with the enable command it errors with the same message as above "truncated packet" http://www.neocom.ca/forum/viewtopic.php?t=127




30 > 今までssh1で使っていたのですが、ssh2にしてみました。 > すると一か所動作が異なるようになりました。 > > ssh1では > intr = ^C; quit = ^\; erase = ^H; (以下略) > > ssh2では > intr = ^C; quit = ^\; erase = ^?; (以下略) ssh1ではPTY要求の時にeraseをBSに設定していますが、 ssh2ではPTY要求でeraseの設定を行っていないようです。




31





32