我刚刚安装了 Linux Mint 作为虚拟机。我安装了 OpenSSH,然后移动到主机 (macOS),并在终端中打开一个 Bash 会话,通过 SSH 连接到 Linux Mint VM。当我这样做时,我收到了消息
The authenticity of host '<<IP address>>' port <<port#>>: can't be established.
ECDSA key fingerprint is SHA256:<<blahblahblahblahblahblah>>.
Are you sure you want to continue connecting (yes/no)?
Run Code Online (Sandbox Code Playgroud)
我在这里的设置是否做错了什么,如果是,如何纠正?
在 Ruby 中,>> 被称为铲操作符。例如,在 bash 中它叫什么
cat "hello world" >> file.txt
Run Code Online (Sandbox Code Playgroud)
它如何使用正确的命名法解释这是做什么的。我听说它被称为“管道”,但管道是 | 所以我很困惑。