Add content for scp (#2183)
* Add content for scp * Update content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md * Update content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2242/head
parent
960c8a2cc7
commit
9ef8b77b96
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
||||
# Scp |
||||
# SCP |
||||
|
||||
`SCP` is an acronym for Secure Copy Protocol.It is a command line utility that allows the user to securely copy files and directories between two locations usually between unix or linux systems.The protocol ensures the transmission of files is encrypted to prevent anyone with suspicious intentions from getting sensitive information.`SCP` uses encryption over an `SSH` (Secure Shell) connection, this ensures that the data being transferred is protected from suspicious attacks. |
||||
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/scp-linux-command-example-how-to-ssh-file-transfer-from-remote-to-local/'>SCP Linux Command</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tecmint.com/scp-commands-examples/'>10 SCP command examples</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://phoenixnap.com/kb/linux-scp-command'>SCP command explained</BadgeLink> |
||||
|
Loading…
Reference in new issue