71.5k views
1 vote
Your boss asks you to transmit a small file that includes sensitive personnel data to a server on the network. the server is running a telnet server and an ftp server. why is it not a good idea to use telnet to reach the remote computer?

User HYRY
by
6.8k points

1 Answer

3 votes
If an attacker can see transmitted packets, they will be able to see login credentials and be able to log in to the server. Additionally, the sensitive data in the file will be visible to the attacker. A better way would be to transfer the file using sftp or tftp.
User Jens Walter
by
7.3k points