master.tmate.io lookup failure or ssh.tmate.io lookup failure
This error used to show up as master.tmate.io lookup failure but lately it’s ssh.tmate.io lookup failure
Here’s the Github issue where I found the solution
https://github.com/nviennot/tmate/issues/32
The solution is to hardcode an IP address for master.tmate.io in /etc/hosts
Here is how:
- Get the IP address for master.tmate.io by running
host master.tmate.ioat the command line. You will see several IP addresses, pick the first one. - Open your
/etc/hostsfile by typingsudo vi /etc/hosts - Put the ip address you copied at the top of the top of the file, with ssh.tmate.io after it like this:
the-ip-address ssh.tmate.io.