我在通过 SSH 连接到我的 1&1 帐户时遇到问题。当我尝试使用命令连接时
userXXX@host -p22 -vv
Run Code Online (Sandbox Code Playgroud)
我有以下输出:
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to mySite.com [ip_here] port 22.
debug1: connect to address ip_here port 22: Connection refused
Run Code Online (Sandbox Code Playgroud)
此外,一旦我尝试通过 SSH 连接并失败,即使 HTTP 访问已失效,我也无法再通过资源管理器访问该网站:/
请帮忙><
我正在运行 ubuntu 11.10
编辑:不知道它是否有帮助,这是 1and1 服务器的 .htaccess
Options +Indexes
Satisfy any
Order Deny,Allow
Allow from 212.227.X.X
Deny from all
RemoveType .html .gif
AuthType Basic
AuthName "Access to /logs" …Run Code Online (Sandbox Code Playgroud)