InterviewSolution
Saved Bookmarks
| 1. |
What is SSH? How we can connect to a remote server via SSH. |
|
Answer» SSH (Secure Shell), as the name SUGGESTS, is BASICALLY a protocol that is being used to securely connect to remote servers or systems and enables two systems to COMMUNICATE. It is considered the most common way to have access to remote Linux servers. It generally transmits data over encrypted CHANNELS therefore security is considered at a high level. To connect to a remote server via SSH, you need to own a domain name and IP ADDRESS. |
|