2
2

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 5 years have passed since last update.

Virtualboxのマシンにsshする

2
Posted at

→ネットワーク設定でNATを設定する
→ポートフォワーディングを設定する
Host port 3022, guest port 22, name ssh, other left blank.
(コマンドラインで設定も可能)

VBoxManage modifyvm myserver --natpf1 "ssh,tcp,,3022,,22"

→ssh -p 3022 user@127.0.0.1でいける

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?