Interview Questions

What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?

PHP Interview Questions and Answers


(Continued from previous question...)

What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?

There is at least 3 ways to logon to a remote server:
Use ssh or telnet if you concern with security
You can also use rlogin to logon to a remote server.

(Continued on next question...)

Other Interview Questions