[Mew-dist 12269] RE: Ssh remote_port

KOIE Hidetaka hide at example.com
2000年 2月 7日 (月) 01:22:02 JST


From: Hajimu UMEMOTO (梅本 肇) <ume at example.com>
Subject: [Mew-dist 12250] Re: Ssh remote_port
Date: Sat, 5 Feb 2000 03:39:36 +0900

  | hide> pop over SSHをつかってたんですが、sshはport番号でないとダメなようで
  | hide> サービス名pop3ではエラーとしてくれます。つまりssh -L1100:host:pop3 は不可。
  | hide> getaddrinfo + server selection関係の修正の影響でしょうか。
  | 
  |   あれっ、[Mew-dist 12010] で直ってるはずですが? おかしいなぁ。

こちらの設定ですがIM-137/Mew-1.95b25をそのまま使ってします。
OSはFreeBSD-3.3+PAO3です。KAMEは入っていません。
.im/Configはim-133のときのものをそのまま使っています。
.emacsはmew-config-alistをちょろっと設定しただけで
特にmew-1.95b6で使えていたものから変えていません。
皆さんの方では特に問題なくpop over sshが使えてるんですよね。

とりあえず以下の修正をすれば使えました。(完全に対症療法)

--- im-137/IM/Ssh.pm.org	Mon Feb  7 01:05:34 2000
+++ im-137/IM/Ssh.pm	Mon Feb  7 01:07:00 2000
@@ -75,6 +75,11 @@ sub ssh_proxy ($$$$) {
 	    close $read;
 	    open( STDOUT, ">&$write" );
 	    open( STDERR, ">&$write" );
+#KOIE
+	    if ($remote eq 'pop3') {
+		$remote = 110;
+            }
+#END
 	    exec( $SSH, '-n', '-x', '-o', 'BatchMode yes',
 		  "-L$local:$server:$remote", $host,
 		  sprintf( 'echo ssh_proxy_connect ; sleep %s', &command_timeout() ) );

--
KOIE Hidetaka 鯉江英隆 <hide at example.com>



Mew-dist メーリングリストの案内