我试图允许用户使用密码auth访问ssh,我的ssh_config如下所示(请参阅最后5行):# ssh_config(5) for more information. This file provides defaults for# or on the command line.
# Configuration data
To generate a developer certificate run 'dotnet dev-certs https'.To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.For more information on configuring HTTPS see https://go.microsoft.com/fwlink
当SSH客户端尝试连接CentOS 7时,openssh服务器等待密码提示,但从未出现。调试时,连接日志和netstat显示已建立的连接。tevfik@Darktower:~$ ssh -vvv root@10.40.4.19debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh
FileNotFoundError(2, 'No such file or directory'))
[81] Failed to execute script docker-compose 这是我正在使用的yaml文件:https://airflow.apache.org/docs/apache-airflow/stable/docker-compose.yaml 这就是我所遵循的教程:https://www.youtube.com