Comments on: How to Connect to Telnet via Mac Terminal? https://www.scalahosting.com/kb/how-to-connect-to-telnet-via-mac-terminal/ All useful information for hosting, billing and sales in one place - ScalaHosting Blog Thu, 21 Jul 2022 13:35:15 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: ScalaHosting https://www.scalahosting.com/kb/how-to-connect-to-telnet-via-mac-terminal/#comment-3009 Thu, 21 Jul 2022 13:35:15 +0000 https://www.scalahosting.com/kb/?p=2301#comment-3009 In reply to Lakshman.

Hello, Lakshman,
For some reason, some versions of macOS require you to add the name of the protocol before the remote host’s IP address (or hostname). Try adding “telnet” or, preferably, “ssh” before your remote server’s IP and see if that’ll solve the issue. If it doesn’t, you can try going through the Terminal’s settings and configuring it to establish remote connections with a “Default login shell”. The exact steps depend on the version of your OS, but you should have no problems finding instructions online. You can also establish a remote connection by opening a new Terminal window and entering the following command:

ssh [your remote user’s username]@[the IP of the remote server]

Hope this helps! 🙂

]]>
By: Lakshman https://www.scalahosting.com/kb/how-to-connect-to-telnet-via-mac-terminal/#comment-3008 Thu, 21 Jul 2022 04:04:00 +0000 https://www.scalahosting.com/kb/?p=2301#comment-3008 I tried above steps but I am getting “[Could not create a new process and open a pseudo-tty.]” this error.

kINDLY HELP

]]>