Opened 14 years ago
Closed 14 years ago
#8273 closed defect (worksforme)
Can't make VBox accept ssh connections
Reported by: | yurivict | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.0.2 |
Keywords: | Cc: | ||
Guest type: | Solaris | Host type: | Mac OS X |
Description
I am following instructions from http://mydebian.blogdns.org/?p=148 I have ran this script:
GUEST="Solaris10_9-10"
VBoxManage setextradata $GUEST "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 2222 VBoxManage setextradata $GUEST "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 22 VBoxManage setextradata $GUEST "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
After reboot I am getting an error, see the attached screenshot.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | Screen shot 2011-02-04 at 11.37.22.png added |
---|
comment:1 by , 14 years ago
Another way documented on your website http://www.virtualbox.org/manual/ch06.html works: VBoxManage modifyvm $GUEST --natpf1 "guestssh,tcp,127.0.0.1,222222"
Please close this PR.
comment:2 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
screenshot