I was generating a ssh-keygen on ubuntu 16 and the out was SHA256........................
- An A record pointing to 159.89.214.31.
- For
each SSH key to allow, a TXT record in the form of
authkeyfp=[fingerprint]. For the example key above, the DNS record would
be authkeyfp=SHA256:pmc7ZRv7ymCmghUwHoJWEm5ToSTd33ryeDeps5RnfRY
On bash I did:
1'st try:
out: Warning: remote port forwarding failed for listen port 80
Press g to start a GUI session and ctrl-c to quit.
2'nd try:
in : ssh -R mydom.com:8082:localhost:80
serveo.netout: Forwarding TCP connections from
serveo.net:8082Press g to start a GUI session and ctrl-c to quit.
So is not pointing
mydom.com at all... could you tell me what shall I do to fix this?