我想从windows 10到linux进行ssh。我安装了OpenSSH服务器和客户端。当我试图使用我自己的电脑时,它就能工作了。22号港口开放了。我试过没有防火墙。但是当我尝试linux时,我的连接超时了。
ssh: connect to host 192.168.xxx.x port 22: Connection timed out
我有一个Qt4应用程序,它试图使用Qt驱动程序连接到MS SQL Server2008数据库。当应用程序在Windows中运行时,它可以正常运行;但是,应用程序的目标操作系统是让它在GNU/Linux中运行。当应用程序在GNU/Linux中运行时,我得到以下错误:
QSqlError(0, "QODBC3: Unable to connect", " [unixODBC][Driver Manager]Data source name not found, and no default driver specified")
是否需要在SQL服务器或应用程序端进行