I have the following VBox...
I check and ssh is running
So I try to forward the request
and then I to ssh from host...
$node % ssh -v -p 40 me@127.0.1.1
OpenSSH_8.1p1, LibreSSL 2.7.3
debug1: Reading configuration data /.../.ssh/config
debug1: /.../.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 47: Applying options for *
debug1: Connecting to 127.0.1.1 [127.0.1.1] port 40.
debug1: connect to address 127.0.1.1 port 40: Operation timed out
ssh: connect to host 127.0.1.1 port 40: Operation timed out
What am I missing?
Update
I have confirmed it works with bridged but I want to use NAT
ip a
command locally – Jackie Sep 15 '20 at 18:50