前提・実現したいこと
- PC_A:Windows10
- VM_A:Debian8 on Virtual Box on Windows10(on PC_A)
- PC_B:Windows10
PC_BからVM_AにSSH接続したいです。
- VMのネットワーク設定はブリッジ接続です。
- PC_A:192.168.0.1/24
- VM_A:192.168.0.2/24
- PC_B:192.168.0.3/24
- PC_AからVM_AにはSSH接続できています。
- PC_AとPC_Bは物理的にL3スイッチングハブで接続しています。
発生している問題・エラーメッセージ
❯ ssh who@192.168.0.2 -v OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 debug1: Reading configuration data C:\Users\who/.ssh/config debug1: Connecting to 192.168.0.2 [192.168.0.2] port 22. debug1: connect to address 192.168.0.2 port 22: Connection timed out ssh: connect to host 192.168.0.2 port 22: Connection timed out
試したこと
PC_Bのコンソールからnmapでポートスキャンしました。
❯ nmap -sT -P0 -p22 192.168.0.2 Starting Nmap 7.80 ( https://nmap.org ) at 2021-05-20 12:02 Tokyo Standard Time Nmap scan report for 192.168.0.2 Host is up. PORT STATE SERVICE 22/tcp filtered ssh
VM_Aでserviceの起動状況を確認しました。
root@VM_A:/home/who# service ssh status ● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2021-05-20 13:17:48 JST; 46min ago Docs: man:sshd(8) man:sshd_config(5) Process: 478 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS) Main PID: 521 (sshd) Tasks: 1 (limit: 1096) Memory: 5.4M CGroup: /system.slice/ssh.service └─521 /usr/sbin/sshd -D 5月 20 13:17:47 VM_A systemd[1]: Starting OpenBSD Secure Shell server... 5月 20 13:17:48 VM_A sshd[521]: Server listening on 0.0.0.0 port 22. 5月 20 13:17:48 VM_A sshd[521]: Server listening on :: port 22. 5月 20 13:17:48 VM_A systemd[1]: Started OpenBSD Secure Shell server.
補足情報(FW/ツールのバージョンなど)
Linux VM_A 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。