[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:35259] Re: lost connection:port 22で接続が拒否される
- From: Yasuhiro Fujita <fujita@xxxxxxxxxxxxxx>
- Subject: [debian-users:35259] Re: lost connection:port 22で接続が拒否される
- Date: Sat, 9 Nov 2002 22:40:42 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-spam-level:
- X-spam-status: No, hits=-0.1 required=10.0 tests=IN_REP_TO,ISO2022JP_CHARSET,ISO2022JP_BODY,DOUBLE_CAPSWORD, CASHCASHCASH,US_DOLLARS_2,UPPERCASE_25_50,WEIRD_PORT version=2.31
- References: <001c01c287f3$c5e4bce0$572129da@kyoritsu>
- Message-id: <20021109223552.083C.FUJITA@xxxxxxxxxxxxxx>
- X-mail-count: 35259
- X-mailer: Becky! ver. 2.05.06
藤田と申します。
> # scp <ファイル名> <PC-Bのユーザー名>@192.168.1.2:~/
>
> 下記のような状態になり,上手く行きません.
>
> ssh: connect to address 192.168.1.2 port 22 : 接続を拒否されました
> lost connection
> /etc/hosts.allowは下記の内容を追加.
>
> in.telnetd : 192.168.1.0/255.255.255.0 localhost
> in.rlogind : 192.168.1.0/255.255.255.0 localhost
> in.rshd : 192.168.1.0/255.255.255.0 localhost
>
> /etc/hosts.denyには,
>
> ALL: ALL
TCP Wrappersでssh(tcp port 22)を拒否してしまっていますね。
sshd: 192.168.1.0/255.255.255.0
などとして許可してあげないと。
sshはTCP Wrappersのライブラリにリンクしています。inetd
経由ではなくstandalone起動でもTCP Wrappersの設定ファイル
を読みます。
--
Yasuhiro Fujita <fujita@xxxxxxxxxxxxxx>