Linux
Tips |
|
sshを使うには
北浦訓行
2001/6/14
|
sshはSecure SHellの略で、暗号化などにより安全性が確保された遠隔操作用のプログラムだ。現在では、完全にフリーとして使用できるOpenSSHがよく利用されている。Vine
Linux 2.1.5やTurbolinux Workstation 6.0をフルインストールすると、OpenSSHもインストールされるが、念のため以下のコマンドで確認するといいだろう。
$ rpm -qa | grep openss
openssl-0.9.5a-1vl3
openssh-2.5.1p2-0vl1
openssh-askpass-2.5.1p2-0vl1
openssh-askpass-gnome-2.5.1p2-0vl1
openssh-clients-2.5.1p2-0vl1
openssh-server-2.5.1p2-0vl1
openssl-devel-0.9.5a-1vl3 |
sshを使用するためには、サーバ側でsshdが動作している必要があるので、Red Hat系Linuxの場合はntsysvコマンドで(setupから「システムサービス設定」を実行してもよい)、Turbolinuxの場合はturboserviceコマンドで動作していることを確認しておく。
また、Turbolinuxの場合はTCP Wrapperを使用するように設定されているので、/etc/hosts.allowでアクセスの制御が可能だ(デフォルトでは全ホストのアクセスを許可)。
LinuxからLinuxへsshで接続するには、sshコマンドを使用する。
$ ssh nori@gp6-450 ←ユーザー名@ホスト名を指定してsshを実行
The authenticity of host 'gp6-450 (192.168.0.13)' can't be established.
RSA1 key fingerprint is 2d:f1:5b:63:03:61:13:eb:d5:f3:89:9d:24:11:1f:51.
Are you sure you want to continue connecting (yes/no)? yes ←「yes」と入力
Warning: Permanently added 'gp6-450' (RSA1) to the list of known hosts.
nori@gp6-450's password: ←パスワードを入力
Welcome to Turbolinux.
$ ←GP6-450というホストにnoriというユーザー名でログイン |
Linux Squareフォーラム Linux Tipsカテゴリ別インデックス |
Linux & OSS 記事ランキング
本日
月間