LoginSignup
0
0

More than 1 year has passed since last update.

Android 端末で VPS に SSH 接続する

Last updated at Posted at 2022-11-30

前提

  • VPS が利用可能な状態であること

環境

  • Termux
    • Publisher: Fredrik Fornwall
    • Version: 0.101
  • Android
    • Version: 12

実施

  1. Google Play ストアから Termux をインストール

  2. Termux を起動

  3. 以下コマンドを順に実行

    $ pkg update
    $ pkg install openssh
    $ apt-get update
    $ apt-get upgrade
    $ ssh <user>@<domain>
    
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0