Ticket #8273 (closed defect: worksforme)
Can't make VBox accept ssh connections
Reported by: | yurivict | Owned by: | |
---|---|---|---|
Priority: | major | 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
Change History
Changed 7 years ago by yurivict
-
attachment
Screen shot 2011-02-04 at 11.37.22.png
added
comment:1 Changed 7 years ago by yurivict
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.
Note: See
TracTickets for help on using
tickets.
screenshot