
好词典

缩写自Secure Shell,由Tatu Ylönen于1995年开发,用于替代不安全的telnet等协议。
❶ 一种网络协议,用于安全地远程登录到另一台计算机或服务器,加密传输数据以防止被窃听。
“I use ssh to connect to my server securely.”
(我使用ssh安全地连接到我的服务器。)
“The admin accessed the system via ssh.”
(管理员通过ssh访问了系统。)
❶ 使用SSH协议连接到远程计算机或服务器,通常用于系统管理或文件传输。
“I need to ssh into the server to fix the issue.”
(我需要ssh到服务器上解决问题。)
“She sshed to the machine and ran the script.”
(她ssh到那台机器上并运行了脚本。)
ssh into — 使用SSH协议连接到某台远程计算机,常用于技术人员远程操作服务器。
“You can ssh into the server using your credentials.”
(你可以用你的凭证ssh到服务器上。)
ssh key — 用于SSH认证的加密密钥对,比密码更安全且支持自动化登录。
“Generate an ssh key pair for secure authentication.”
(生成ssh密钥对以实现安全认证。)