标签: ssh
现象麒麟系统[root@kingbasestandby ~]# cat /etc/os-releasNAME="Kylin Linux Advanced Server"VERSION="V10 (L ... 阅读全文
Linux下可以ping通但是ssh报错Connection timed out
现象进行debugdebug1: /etc/ssh/ssh_config line 64: include /etc/ssh/ssh_config.d/*.conf matched no file阅读全文
可以ping通,但ssh报错:ssh: connect to host 100.8.6.26 port 22: Connection refused
现象可以ping通,但是不能ssh通,scp和telnet都不通[root@hdw1 ~]# ping 100.8.6.2PING 100.8.6.26 (100.8.6.26) 56(84) b ... 阅读全文
Linux添加组报错[USM] Waiting for confirmation, press Ctrl+c to cancel ...^C
现象某个Linux系统上,很多命令有问题,例如:groupadd、useradd、tar等命令,输入后就卡住了[root@mdw soft]# useradd lh[USM] Waiting for ... 阅读全文
Linux服务器安全加固
简介挂了公网的云服务器特别容易遭到黑客的攻击,对于端口是默认端口(22、1521、3389等端口)或密码是弱密码或密码和用户名一样的的用户来说,特别容易被入侵。SSH 是一种广泛使用的协议,用于安全地 ... 阅读全文
使用ssh连接报错Permission denied
现象[root@test /]# su - gpadmiLast login: Mon Aug 5 04:23:02 UTC 2024 on pts/Last failed login: Mon ... 阅读全文
ssh连接报错 找不到匹配的key exchange算法、找不到匹配的host key算法
现象解决找不到匹配的key exchange算法修改 /etc/ssh/sshd_config,在最后添加一行。eccho "KexAlgorithms +diffie-hellman-gr ... 阅读全文
ssh连接远程欧拉系统时报错Unable to negotiate with 100.194.18.75 port 22: no matching host key type found. Their offer: ssh-rsa
现象在openeuler 22.03中,通过ssh连接远程欧拉服务器报错[root@mdw ~]# ssh gpadmin@sdwUnable to negotiate with 100.194. ... 阅读全文
Windows如何使用telnet和ssh命令
ss安装软件https://github.com/PowerShell/Win32-OpenSSH/releasehttps://github.com/PowerShell/Win32-OpenS ... 阅读全文
如何修改ssh端口及添加使用备用端口连接ssh服务
简介SSH(Secure Shell)是一种安全的远程登录协议,它允许您通过网络远程连接到Linux系统并进行管理操作。默认情况下,SSH使用22端口进行通信。然而,为了增强系统的安全性,有时候我们需 ... 阅读全文