比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

Sv translation
languageen


情報

If you want to remotely log in from outside the university, please refer to SSH Public Key authentication on the CIS official website.

Here are the instructions for using the front-end server with using the standard SSH client on Linux and macOS.

Step-by-Step Guide

  1. Launch the terminal app and execute the following command.

    コード ブロック
    languagebash
    themeRDark
    ssh front.cis.kit.ac.jp


  2. When logging in remotely for the first time, you will see the following prompt:

    コード ブロック
    themeRDark
    [kitadmin@sys11mng02 front]$ ssh front.cis.kit.ac.jp
    The authenticity of host 'front.cis.kit.ac.jp (133.16.28.141)' can't be established.
    ECDSA key fingerprint is SHA256:m1o+wWqnUkrK68y2jLrdtWTvWG2lxKUhoOWoxLh+fyM.
    Are you sure you want to continue connecting (yes/no/[fingerprint])?

    Confirm that the string after “... key fingerprint is …” matches the host key fingerprint of the front-end server, and enter yes.

    情報

    Alternatively, you can enter the fingerprint (in this case, the ECDSA SHA256 fingerprint) from on the URLpage.


  3. Enter your login name and password to log in remotely.
ヒント

To end the session, enter the exit or logout command.