Tips - Yum No match for argument: ssh

简介: 使用yum search ssh,并没有发现任何ssh发行rpm包。使用替代品:openssh验证:ssh 用户@主机IP (根据提示输入密码)

image.png

补充知识:

OpenSSH 是 SSH (Secure SHell) 协议的免费开源实现。

SSH协议族可以用来进行远程控制, 或在计算机之间传送文件(scp)。

而实现此功能的传统方式,如telnet(终端仿真协议)、 rcp ftp、 rlogin、rsh都是极为不安全的,并且会使用明文传送密码。OpenSSH提供了服务端后台程序和客户端工具,用来加密远程控件和文件传输过程中的数据,并由此来代替原来的类似服务。


OpenSSH的分为客户端和服务端两部分

客户端的配置文件:/etc/ssh/ssh_config



SSH服务端


配置文件:/etc/ssh/sshd_config

服务脚本:/etc/rc.d/init.d/sshd


其他移步 openssh 官网:


https://www.openssh.com/


目录
相关文章
|
29天前
|
Linux
Centos7使用man查找命令时,报错No manual entry for xxxx
Centos7使用man查找命令时,报错No manual entry for xxxx
10 0
|
IDE Shell 网络安全
Visual Studio 2022 git error Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa
Visual Studio 2022 git error Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa
284 0
Visual Studio 2022 git error Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa
|
7月前
|
Linux 数据安全/隐私保护
sudo报错:no valid sudoers sources found, quitting
sudo报错:no valid sudoers sources found, quitting
134 0
|
11月前
|
Python
解决"easy_install command not found"问题记录
解决"easy_install command not found"问题记录
438 0
|
网络安全
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
308 0
sed: 1: “s/os.remove(“/xx/xxx. ...“: invalid command code f
sed: 1: “s/os.remove(“/xx/xxx. ...“: invalid command code f
|
数据安全/隐私保护
提示 you neet to root to perform this command 的解决办法
提示 you neet to root to perform this command 的解决办法
|
Linux 开发工具 开发者
有关Linux系统出现Malformed line 1 in source list /etc/apt/sources.list (type)问题的解决方式
以下内容仅代表个人意见,本人亲测有效,如果没有效果可以现将之前的sources.list备份的文件恢复 重要的事情说三遍:记得备份,记得备份,记得备份 本文中所阐述的问题大致是因为由于不正常的关闭影响的sources.list文件的异常,以导致这种问题生成的原因,因此在这里考虑进行重新创建sources.list文件来解决问题的处理方式 本蒟蒻在昨晚做Linux(我用的是Debian,教学要求 )的时候,因为要在 /etc/apt/sources.list里添加一些东西,但是更改完之后,发生了错误:
564 0
有关Linux系统出现Malformed line 1 in source list /etc/apt/sources.list (type)问题的解决方式
|
Linux 网络安全 数据安全/隐私保护