til/Applications/Network/Telnet.md

14 lines
218 B
Markdown
Raw Normal View History

2020-07-12 18:25:25 +00:00
# Telnet
| Distribution | Package |
| ------------ | ----------- |
| Arch Linux | `inetutils` |
| Ubuntu | `telnet` |
| Homebrew | `telnet` |
Check connectivity:
```sh
telnet google.com 80
```