Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

MacOS high sierra telnet:// broken?

  • 1 réponse
  • 1 a ce problème
  • 6 vues
  • Dernière réponse par BeerBaroN23

more options

it seems apple decided to not include telnet in high sierra. I installed it myself, however if i point telnet:// to terminal in firefox all i get is:

[Command not found: telnet]

[Could not create a new process and open a pseudo-tty.]

telnet does work, if i open a terminal and do it manually. But an application I need tries uses urls like telnet://1.1.1.1:2002. Any idea how to fix this?

it seems apple decided to not include telnet in high sierra. I installed it myself, however if i point telnet:// to terminal in firefox all i get is: [Command not found: telnet] [Could not create a new process and open a pseudo-tty.] telnet does work, if i open a terminal and do it manually. But an application I need tries uses urls like telnet://1.1.1.1:2002. Any idea how to fix this?

Toutes les réponses (1)

more options

Install HomeBrew for OSX and install Telnet from there. https://brew.sh/

Open up your Terminal and type this to install HomeBrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then install Telnet from the terminal: brew install telnet

If you don't want to do that then lookup how to symlink what you installed manually.

Modifié le par BeerBaroN23