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?

Linux-Windowsファイル転送(ssh)

Last updated at Posted at 2022-11-16

Linux-Windowsファイル転送(ssh)について

簡単に接続できますよ。

Linuxの設定

Linuxはsshをインストールする

  • ssh インストール
sudo apt -y install openssh-server
  • sshを起動
sudo systemctl restart ssh
  • OS起動時からsshを起動
sudo systemctl enable ssh
  • net-toolsインストール
sudo apt -y install openssh-server
  • ip確認
ifconfig

Windowsから接続

Linuxの調べたIPに接続してファイル転送を行います。

  • SSHで接続
    image.png

  • パスワード認証で接続
    image.png

  • SSHでファイル転送メニュー
    image.png

  • 転送
    上側は、WindowsのファイルをLinuxに転送
    下側は、LinuxのファイルをWindowsから取得
    image.png

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?