Wait, do what now?
Posts tagged Macintosh OSX Linux telnet auto-login
Finally! Disabled telnet auto-login on Linux and OS X
10 years ago
by Fuzzy
in Uncategorized
One of the biggest annoyances with OS X is that telnet client, for some retarded reason, has a default setting to auto-login with your current username to the remote system. Finally I’ve discovered a way to disable that! Sure you can type “telnet -K host” which disables the auto-login, but I hate typing that every time. Instead, do this from a shell prompt: echo “default unset autologin” >> ~/.telnetrc
That’s all! Enjoy.