Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all,please i'm a newbie,i am having problems in getting user access from telnetting into my pc(@ home)rom a remote location(my office).I dont know the ports to use to gain access.I cannot seem to get to the command prompt
telnet xxx.xxx.xxx.xxx basicly.
It's port 23, but you have to check if telnet is running and you're not behind a NAT/firewall.
And you should really use ssh instead of telnet.
Yeah, as the other said. USE SSH! If you don't you should know that all the text and data you send with telnet is in clear text and any sniffer between you and the server can read everything you type. Use SSH, then your text gets encrypted, and use protocol 2.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.