Write short notes on SSH and SCP ?
Write short notes on SSH and SCP ?
Network
- asked 3 years ago
- B Butts
1Answer
(a) SSH. the secure shell (SSH) is protocol for secure remote login from one computer to another. It allows using several alternative options for strong authentication, and protects the communications, security and integrity with strong encryption.
(b) SCP. SCP stands for secure copy protocol, which means the user can copy files across SSH connection. That connection will be securely encrypted. It is a very secure way to copy files between computers.
- answered 3 years ago
- Community wiki
Your Answer