Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

パスワード認証を行う場合

Info

Windows10 バージョン1803以降にはコマンドプロンプトから使用できるSSHクライアントが標準でインストールされています。バージョン1803以降にはコマンドプロンプトから使用できるsshが標準でインストールされています。

Info

Mac, Linuxの方はコマンドプロンプトをターミナルと読み替えてください。

...

  • 各サーバのスペックはシステム一覧を参照。

  • アクセス制御がなされている。全てのサーバにアクセスできるわけではない。プロジェクト申請内容(=利用するソフトウェア)に合わせて割り当てられている。ソフトウェア一覧を参照。

  • 自分がどのサーバを利用できるか確認するには、ssh で fs.media.hosei.ac.jp に接続し以下のコマンドを実行する。以下の例では、a9 と a10 が利用できることが表示されている。

    Code Block
    languagebash
    ssh fs.media.hosei.ac.jp
    Activate the web console with: systemctl enable --now cockpit.socket
    
    Register this system with Red Hat Insights: insights-client --register
    Create an account or view all your systems at https://red.ht/insights-dashboard
    Last login: Wed Sep 21 16:35:07 2022 from 133.25.XXX.XXX
    [hoge@fs ~]$ id hoge
    uid=5XXX(hoge) gid=5500(lab2022) groups=5500(lab2022),5520(a10),5519(a9),5001(appuse)


サーバへのファイル転送

...

Info

Windows10 バージョン1803以降にはコマンドプロンプトから使用できるscpが標準でインストールされています。

  • scpコマンドでファイルをホームディレクトリに転送可能

    • コマンドプロンプトで以下のようにする:

      Code Block
      languagebash
      C:\Users\ユーザ名>scp 転送したいファイル名 fs.media.hosei.ac.jp:~/
      The authenticity of host 'fs.media.hosei.ac.jp (133.25.239.230)' can't be established.
      ECDSA key fingerprint is SHA256:Xm1sz7dTROqiWv2psW6FBrurUVZQWMKzqRFkqGDI6+g.
      Are you sure you want to continue connecting (yes/no/[fingerprint])?
      Warning: Permanently added 'fs.media.hosei.ac.jp,133.25.239.230' (ECDSA) to the list of known hosts.
      ユーザ名@fs.media.hosei.ac.jp's password:
      転送したいファイル名                                                                       100%    0     0.0KB/s   00:00
    • Winscpなど、scp対応のクライアントが利用できる。

    • FTPSサービスは廃止されたため、lab2016まで利用できていた FFFTP は利用できない

  • ホームディレクトリの /home/ユーザ名/files にはウェブブラウザでもアクセス可能

  • ホームディレクトリはユーザあたり10G。

    • すべてのサーバにNFSマウントされている。

...