Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Bash 试图解决';找不到匹配的mac错误';,有什么想法吗_Bash_Ssh - Fatal编程技术网

Bash 试图解决';找不到匹配的mac错误';,有什么想法吗

Bash 试图解决';找不到匹配的mac错误';,有什么想法吗,bash,ssh,Bash,Ssh,试图抓取一些日志文件进行故障排除,但似乎无法通过ssh连接到服务器,您知道从哪里开始查找吗 ssh -v maint@192.168.133.25 OpenSSH_5.1p1, OpenSSL 0.9.8j-fips 07 Jan 2009 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to 192.168.133.25 [19.34

试图抓取一些日志文件进行故障排除,但似乎无法通过ssh连接到服务器,您知道从哪里开始查找吗

ssh -v maint@192.168.133.25
OpenSSH_5.1p1, OpenSSL 0.9.8j-fips 07 Jan 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.133.25 [19.34.133.25] port 22.
debug1: Connection established.
debug1: identity file /u/fred/.ssh/id_rsa type 1
debug1: identity file /u/fred/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4p1
debug1: match: OpenSSH_7.4p1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
no matching mac found: client hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-512,hmac-sha2-256

您的ssh客户端有点旧。您是否尝试了
manssh
并搜索MAC?