[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:38692] Re: ssh
- From: Tsuyoshi KAWABE <kawabe@xxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: [debian-users:38692] Re: ssh
- Date: Wed, 5 Nov 2003 22:53:43 +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>
- Organization: KANSAI Univ., Osaka, Nippon.
- X-c-sig-version: Using c-sig version 3.8
- X-face: oZ/C\a[%Zs7+yF.,ny`RU#2$Z'0MmN"XpH,3!szW2%0(-]V.`@lxn9%6xtrkft^Bpwzo0Hu K&QIf&+_m.&`KVfaJUJ^0.@{FTB-T}+MWSHB\F|;Bf}XkCwuS]C6'b!PJWpksW-n'J[3Tmd:{T.\t? -DEH0gNQUPh,VBx[h2Fdi}u]cm[u0_k#~r-6H.2G4;Q,#WO(y_Ey
- X-fortune: 今日のてんびん座の仕事運は仕事運は午後には安定してくるはず。
- X-info: http://www.nic.kutc.kansai-u.ac.jp/~kawabe/pgp5.asc
- 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-pgp-fingerprint20: 3B15 955E BA8F 50BB 1C9A A45B B467 5B2A 070A 0E32
- X-pgp-sig: 5.0i Message-ID,Date,From,X-Face iQA/AwUBP6kA27RnWyoHCg4yEQJv+gCfQSIZOzIKEakkiynxuEpZ/SjTndgAmwSR Gl3hPcICVeS9//QKjB44UW9j =reX8
- X-pgp-sig-version: v1.3.5.2 - "Rain" (Yet another PGP authenticating utility)
- X-pgp5-key-info: 1024bits, KeyID 0x070A0E32, Created 1999-06-11, Algorithm DSS
- X-spam-level:
- X-spam-status: No, hits=-3.0 required=10.0 tests=EMAIL_ATTRIBUTION,ISO2022JP_BODY,ONLY_COST, SPAM_PHRASE_00_01 version=2.44
- X-virus-scanned: by AMaViS perl-11
- References: <20031104054111.GB28057%kawafuji@xxxxxxxxxxxxxxxxxxxxx> <20031105215409.428445c6.misoyuki@xxxxxxxxxxxxxxxx>
- Message-id: <yu41xsmzzu5.wl%kawabe@xxxxxxxxxxxxxxxxxxxxxxx>
- X-mail-count: 38692
- User-agent: Wanderlust/2.11.19 (Wonderwall) SEMI/1.14.5 (芦原温泉) SLIM/1.14.9 (MEGUMI) APEL/10.6 Emacs/21.3 (i686-pc-linux-gnu) MULE/5.0 (賢木)
At Wed, 5 Nov 2003 21:57:09 +0900,
misoyuki@xxxxxxxxxxxxxxxx wrote:
| 「秘密鍵」と「公開鍵」を作るため
| misoyuki@ibm97142yt:~$ ssh-keygen -t rsa <==とすると
| Generating public/private rsa key pair. <==こうなって
| Enter file in which to save the key (/home/misoyuki/.ssh/id_rsa):<==こうなりますが
|
| woodyでは↑上記 /home/misoyuki/.ssh/のなかにできるファイル名は"id_rsa"と"id_rsa.pub"でいいのでしょうか?
man ssh-keygen によると.
$HOME/.ssh/id_rsa
Contains the protocol version 2 RSA
authentication identity of
the user.
# プロトコルバージョン 2 の RSA 用の秘密鍵です.
$HOME/.ssh/id_rsa.pub
Contains the protocol version 2 RSA public key
for authentication.
# プロトコルバージョン 2 の RSA 用の公開鍵です.
インストール時に sshd は プロトコルバージョン 2 only でいいか?
とか聞いて来たと思うので,Yes で答えているなら sshd_config辺
りに Protocol 2 設定されていると思います.
| 他のHPでは"identity"と"identity.pub"ができて
$HOME/.ssh/identity
Contains the protocol version 1 RSA
authentication identity of
the user.
# プロトコルバージョン 1 の RSA 用の秘密鍵です.
$HOME/.ssh/identity.pub
Contains the protocol version 1 RSA public key
for authenticaion.
# プロトコルバージョン 1 の RSA 用の公開鍵です.
# プロトコルバージョン1 の Key を作るなら
# % ssh-keygen -t rsa1 かな.
--
KAWABE, Tsuyoshi