0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ラズパイに入れたUbuntuとsshしたい

Posted at

# まえおき
公開鍵をぶん投げるためにパスワード認証方式で繋ごうとしたら沼りました。raspi-configとか使いやがって…

環境

<メインPC>
windows11

<ラズパイ>
raspberrypi3B+
ubuntu23.04

手順

IPアドレス確認

<ラズパイ側>
ip addr

wlan0のinetあたりがそれっぽい

参照文献
https://lotti.info/raspi-ssh/

ssh有効化

winPCから接続しようとしたら弾かれたので有効化設定します。

<ラズパイ側>
sudo apt update
sudo apt install openssh-server

参照文献
Ubuntu 20.04 で SSH を有効にする方法

接続

<winPC側>
ssh ユーザー名@IPアドレス

これでつながると思います。

なんでこうも環境構築という奴はエラーばかり吐くのか

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?