Skip to main content

Home/ Tech It 2 Me/ Group items tagged port

Rss Feed Group items tagged

Mike Chelen

VirtualBox Port Forwarding with Linux Host : Seth Keiper - 0 views

  • VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 2222 VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 22 VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
  • ssh -l user_name -p 2222 localhost
  • Only use this command if you want to clear the settings for this! ): VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol"
Mike Chelen

SSH On Same IP - Different Machines? - Ubuntu Forums - 0 views

  • ~/.ssh/config
  • host computeraliasname hostname your.external.ip.number Port 12345 UserKnownHostsFile ~/.ssh/uniqefilename
1 - 3 of 3
Showing 20 items per page