[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:14202] Re: ftp-master への upload
こんばんわ。おかもとです。
At Mon, 14 May 2001 18:26:42 +0900,
Takashi Okamoto wrote:
> と思いきや、ftp-master@debian.org にパッケージがアップロード出来なくて
> 1週間程悩んでいます。ずばり、どうすれば、アップロードできるのでしょうか?
依然、アップロード出来ずに悩んでいるのですが、下記の設定は合っているの
でしょうか?
合っているか、いないかだけでも教えて下さい。お願いします。
# これで駄目なら、debian-mentors で聞くしか無いか...
------------------
岡本隆史
> 最初 dupload を試していました。デベロッパーリファレンスや、ssh 等のド
> キュメントを調べても、どうしてもアップロードできないので、今は、
> dupload より簡単だという dput で試しています。
>
> メッセージは、下記のような感じです。
> -------------
> user@host:/tmp$ export USER=自分の Debian アカウント
> user@host:/tmp$ dput jakarta-regexp_1.2.20010409-1_i386.changes
> Uploading package to host ftp-master.debian.org
> D: /tmp/tmp/jakarta-regexp_1.2.20010409-1_i386.changes
> Checking Signature on .changes
> gpg: 2001年05月09日 19時33分46秒 UTC の DSA 鍵 ID 52936E17 による署名
> gpg: 正しい署名: "Takashi Okamoto <toraneko@xxxxxxxxx>"
> gpg: 別名 "Takashi Okamoto <tora@debian.org>"
> Checking Signature on .dsc
> gpg: 2001年05月09日 19時33分42秒 UTC の DSA 鍵 ID 52936E17 による署名
> gpg: 正しい署名: "Takashi Okamoto <toraneko@xxxxxxxxx>"
> gpg: 別名 "Takashi Okamoto <tora@debian.org>"
> tora@ftp-master.debian.org's password:
> Connection timed out.
> Error while uploading.
> user@host:/tmp$
> Received signal 1. (no core)
> ---------------------
>
> /etc/dput.cf はデフォルトのままです
> ---------------------
> # Example host.cf that defines the host that can be used
> # with dput for uploading.
>
> [DEFAULT]
> login = username
> method = scp
> allow_unsigned_uploads = 0
> run_lintian = 0
> run_dinstall = 0
> check_version = 0
> post_upload_command =
>
> [ftp-master]
> fqdn = ftp-master.debian.org
> incoming = /org/ftp.debian.org/incoming/
> method = scp
> # And if you want to override one of the defaults, add it here.
> # For example, comment out the next line
> # login = another_username
> # post_upload_command = /path/to/some/script
> .
> (省略)
>
>
> で、一応、ftp-master.debian.org に .ssh2 ディレクトリを作ってクライア
> ントで作成した ssh のキーを Local.pub として保存し、
>
> [ftp-master側]
> # cat .ssh2/authorization
> Key Local.pub
>
> # ls .ssh2/*
> authorization
> Local.pub(id_dsa_1024_a.pub のコピー)
>
>
> [クライアント側]
> # cat .ssh2/identification
> IdKey id_dsa_1024_a
> # ls .ssh2/*
> ../ ./
> Local.pub authorization
> hostkeys/ id_dsa_1024_a
> id_dsa_1024_a.pub identification
> random_seed
>
> となっています。ちなみ、firewall の中からアップロードしようとしていま
> す。