LoginSignup
1
0

More than 5 years have passed since last update.

sshの接続先を登録する

Last updated at Posted at 2017-04-27

ラズパイのSSHの許可方法が他と違っていたので
メモします。

sudo raspi-config
Interfacing Options
SSH

公式

下記のファイルに接続先情報を記入する。

~/.ssh/config
Host    適当な名前
HostName  IPアドレス
Port      22
User      username

terminalで下記を入力するだけ。

ssh ユーザー名@適当な名前
1
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
1
0