SSH (and SCP and SFTP) tests your private key against the remote public key.
ssh(以及scp和sftp)可以使用您的私钥对远程公钥进行测试。
For example, if you changed one file on the local system and another and a different file on the remote system, you「d have to run two SCP commands to make a working mirror.
例如,如果您在本地系统中更改了一个文件,并在远程系统中更改了另一个文件,那么为了建立工作镜像,您不得不运行两次scp命令。
Copying files over an untrusted network should be done with SCP (secure copy), and in fact Knoppix won」t let you use anything else.
在不信任的网络上拷贝文件应该使用scp (securecopy),实际上Knoppix不会让您使用任何别的方式。
SSH is the secure version of RSH, while SCP and SFTP are secure replacements for RCP and FTP, respectively.
ssh是rsh的安全版本,而scp和sftp则分别是rcp和ftp的安全替代。
Assuming you have the same hardware, rolling it out is simple, just SCP all the binaries and your hosts files out to all remote hosts.
假设您有相同的硬件,实施起来很简单,只要将所有二进制文件和所有主机文件复制到所有远程主机上即可。
Then run the SCP command as in the example above, and there you go.
然后像前面的示例那样运行scp命令,就可以了。
As its name implies, SCP works much like plain old cp: it copies files from one place to another, either on the same machine or between two machines.
顾名思义,scp的工作方式与普通的cp非常相似,它可以用来将文件从一个地方复制到另一个地方,可以在同一台计算机上或两台不同的计算机之间。
Once locate_global returns a file name, it「s pretty simple to copy it to the remote system with SCP or rsync.
一旦locate_global返回一个文件名,将它用scp或rsync复制至远程系统是相当简单的。
By the way, the previous SCP command is the equivalent of running.
顺便提一下,前面的scp命令等价于。
The SCP command works like the rc command, except that files are transferred using the SSH protocol.
scp命令的工作方式与rc命令相似,只不过是使用SSH协议传输文件。
SCP is almost as easy to use as cp. Here」s an example.
scp与cp一样很容易使用。
Copying files from a local server to a remote host by way of the SCP command.
通过SCP命令将文件从本地服务器复制到远程主机。
SCP USES SSH for encrypted file transfer and lets you move files without setting up NFS or Samba.
scp使用ssh来传输加密的文件,让您可以不用设置NFS或Samba就可以移动文件。
When a user initiates an SSH or SCP session to a remote host or server, he or she is said to be the SSH client.
当用户发起一个SSH或SCP会话到远程主机或服务器时,他或她被认为是SSH客户端。