1.4. SSHリレーサーバの操作方法

1.4.1. 説明

SSHリレーサーバ(cms-ssh.sc.imr.tohoku.ac.jp)にログインすると、以下の限られたコマンドが実行可能です。

コマンド一覧

コマンド

概要

ssh

フロントエンドノードにログインします。

exit

SSHリレーサーバからログアウトします。

passwd

フロントエンドノードにログインする際のパスワードを変更します。

keydel

SSHリレーサーバに登録済みの公開鍵を削除します。

1.4.2. 初期表示

SSHリレーサーバにログインすると、利用可能なコマンドの説明が表示されます。

To connect to a front end node, login as follows:
----------------------------------------------------------------------
ssh -l <user> <host> : Go remote host. (do not add any other option.)
exit : Logout.
----------------------------------------------------------------------
To change your password of Supercomputing system:
----------------------------------------------------------------------
passwd
----------------------------------------------------------------------
To delete your SSH public key:
----------------------------------------------------------------------
keydel
----------------------------------------------------------------------

1.4.3. sshコマンド

フロントエンドノードにログインする際はsshコマンドを使用します。

大規模並列計算サーバに接続する場合

ssh super.sc.imr.tohoku.ac.jp

アクセラレータ搭載サーバに接続する場合

ssh gpu.sc.imr.tohoku.ac.jp

sshコマンドを実行し、「password」を入力します。

username@super's password:

注意

passwordには初めてログインする場合はメールでお送りした初期パスワード、2回目以降にログインする場合は自分で設定したパスワードを入力します。 初めてログインした場合は、パスワードを変更する必要があります。 Current passwordにはメールでお送りした初期パスワードを入力し、New passwordに以下のルールに従ったパスワードを設定してください。

  1. 文字数は10文字以上

  2. 小文字の英字を1文字以上使用

  3. 大文字の英字を1文字以上使用

  4. 数字を1文字以上使用

1.4.4. exitコマンド

ログインしているSSHリレーサーバからログアウトします。

exit

1.4.5. passwdコマンド

フロントエンドノードにログインする際のパスワードの変更はpasswdコマンドを使用します。

> passwd
Please change your password of Supercomputing system now, according to the following policies:
(1) Minimum password length is 10.
(2) Use one or more lower-case letters.
(3) Use one or more upper-case letters.
(4) Use one or more numerical digits.

Current password:

注意

Current passwordには現在のパスワード、New passwordには以下のルールに従ったパスワードを設定してください。

  1. 文字数は10文字以上

  2. 小文字の英字を1文字以上使用

  3. 大文字の英字を1文字以上使用

  4. 数字を1文字以上使用

1.4.6. keydelコマンド

登録済み公開鍵の削除はkeydelコマンドを使用します。

keydel

yを押下すると公開鍵が削除されます。 削除後は、SSH公開鍵の再登録が必要です。

Are you sure you want to delete your public key? (y/n):