What are the different ways to login to a remote server?
Explain the means, advantages and disadvantages?
ssh (secured shell) is a good way to log in a remote server/
computer u need a ssh client for windows system the most
common is PuTTy advantage includes u could just run all
applications as if its running on ur system and hence easy
managing and disadv is what if u leaked ur ssh key and
password
-Abhishek Dilliwal
http://abhishek.x10hosting.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Is array empty php?
List out different arguments in PHP header function?
How can I convert ereg expressions to preg in php?
How do you compare strings in java?
which function used to get the file name in php?
What are the functions to be used to get the image's properties (size, width and height)?
What is csrf verification?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How be the result set of mysql handled in php?
Explain the difference between $var and $$var?
Specify array sort functions available in php ?
Is php pass by reference or value?