- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试建立与远程服务器的连接,因为我不想每次决定创建公钥-私钥对并将其用于身份验证时都插入密码。
您可以在这两个来源找到我遵循的过程:
但是有些东西不起作用,特别是在使用以下命令复制 key 之后:
ssh-copy-id -i ~/.ssh/id_rsa.pub myUserName@remoteHost
在远程服务器上创建以下文件
-rw-------- 1 myUserName RemoteHost 399 Jan 10 19:20authorized_keys
但即使其内容与我在本地服务器上的公钥匹配,当我尝试使用 ssh
连接时,系统仍然提示我输入密码。我尝试更改两端 .ssh
文件夹的权限,但似乎没有任何效果。
我很无知,有什么想法吗?
评论后更新
这是使用命令 ssh -vvv myUserName@remoteHost
返回的输出
OpenSSH_5.9p1 Debian-5ubuntu1.1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to .
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/matteorr/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /home/matteorr/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/matteorr/.ssh/id_rsa-cert type -1
debug1: identity file /home/matteorr/.ssh/id_dsa type -1
debug1: identity file /home/matteorr/.ssh/id_dsa-cert type -1
debug1: identity file /home/matteorr/.ssh/id_ecdsa type -1
debug1: identity file /home/matteorr/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.1
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host from file "/home/matteorr/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /home/matteorr/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: found hmac-md5
debug1: kex: server->client aes128-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 117/256
debug2: bits set: 518/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 10:96:6d:dd:95:fc:85:a7:1d:2e:a1:9e:6c:6f:76:62
debug3: load_hostkeys: loading entries for host from file "/home/matteorr/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /home/matteorr/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys
debug3: load_hostkeys: loading entries for host from file "/home/matteorr/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /home/matteorr/.ssh/known_hosts:2
debug3: load_hostkeys: loaded 1 keys
debug1: Host is known and matches the RSA host key.
debug1: Found key in /home/matteorr/.ssh/known_hosts:1
debug2: bits set: 514/1024
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/matteorr/.ssh/id_rsa (0x7fba8a5f92b0)
debug2: key: /home/matteorr/.ssh/id_dsa ((nil))
debug2: key: /home/matteorr/.ssh/id_ecdsa ((nil))
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug3: start over, passed a different list publickey,gssapi-with-mic,password
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup gssapi-with-mic
debug3: remaining preferred: publickey,keyboard-interactive,password
debug3: authmethod_is_enabled gssapi-with-mic
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
debug1: Unspecified GSS failure. Minor code may provide more information
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
debug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/matteorr/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Trying private key: /home/matteorr/.ssh/id_dsa
debug3: no such identity: /home/matteorr/.ssh/id_dsa
debug1: Trying private key: /home/matteorr/.ssh/id_ecdsa
debug3: no such identity: /home/matteorr/.ssh/id_ecdsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
最佳答案
解决方案在这个 post .
总而言之,问题与权限有关:我在远程服务器上的 home 具有 777
权限,事实证明 ssh
会提示,除非您删除主文件夹上其他用户的写入权限。
chmod 700
(或者755
)为我解决了这个问题。
关于linux - 用于远程访问的 ssh-keygen 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21058298/
我的 Elasticsearch 安装在 azure 虚拟机上。 在本地工作正常: http://localhost:9200/ 如何从外部使用它? 谢谢 最佳答案 在您的 Elasticsearch
我已经在 Linux(CenOS) 服务器上安装了 mongodb,正如 docs 中所写的那样.但是远程访问仍然是不可能的(尽管从本地的 mongo shell 连接是可以的)。有人可以提供有关正确
当Microsoft Sqlserver 2012 安装好后,接下的的工作需要配置Sqlserver数据库允许远程访问,只有配置了Sqlserver远程访问,其他ip客户端才能访问,配置sqlser
我有两台装有 windows xp 的电脑。 我想将第一个用作 git 服务器,第二个用作工作站。 在本地计算机上运行 git 非常好,但是对于两台计算机之间的通信,我需要 ssh。 (我想) 我找到
我在本地安装了 openMQ,它运行良好。我使用以下代码通过 JNDI 查找获取 QueueConnectionFactory。 Hashtable env = new Hashtable(); en
我正在使用 laravel 5.4 并在远程服务器 ubuntu 16.04 上使用最新的 mariaDB, 我几乎完成了谷歌中列出的所有配置,并且还恢复到原始状态。 我当前的问题是无法连接到远程 m
我想使用现有用户名访问我的 PostgreSQL 8.3 数据库,但是当我尝试时,密码验证失败。我可以通过创建一个新的 Postgres 用户来访问数据库: postgres createuser -
我已经在我的 Win2k3x86 虚拟机上安装了 MySql,并尝试在我的 Mac 上使用 SequelPro 连接到它,这样我就可以运行一个大的 sql 语句(~30mb - SQL Workben
我想通过命令行连接到网络上 VM 上的 MySql 数据库。我正在尝试使用 telnet user@192.xxxx 3306,但我收到以下消息 Name or service not known。我
我在服务器 10.37.45.89 上安装了 apache httpd,服务器上安装了 wsgi_module。我已将我的 wsgi.conf 文件放在 /etc/apache2/conf.d 位置下
我已经在 Linux 上安装了 glassfish 应用服务器。因此,我部署了一个应用程序,一切正常。但我只能从本地网络访问该服务器。我无法远程访问 glassfish(无法访问应用程序或 glass
我在某个服务器上运行 hadoop 服务器,比方说在 IP 192.168.11.7 上并使其 core-site.xml 如下: fs.defaultFS hdf
我正在研究 Hive。我想通过 Hive JDBC 访问 Hive 表。我正在使用的代码如下: public class HiveJdbcClient { private static String
在过去的三四个月里,我在本地部署了 PostGIS,但现在我刚刚获得了一个服务器来部署 PostGIS 并扩展我的开源冒险。我已经安装了 Postgres/gis 并且它在我的 Windows 服务器
我已经在远程 Ubuntu 服务器上安装了 Apache Cassandra。如何允许远程访问 Apache Cassandra 数据库?以及如何建立联系? 最佳答案 cassandra 3.11.3
我正在尝试从我的 mac 远程访问 Jetson Nano。到目前为止,我已经完成了以下工作: 我在我的 Mac 上安装了 microsoft Remote Desktop 我通过 Micro-usb
我有一个安装在 Amazon EC2 实例中的 k8s 集群,我想使用 GitLab 配置 CI。为此,GitLab 向我请求了 Kubernetes API URL。 我跑了kubectl clus
我有一个开源 xenserver 产品(来自 xenserver.org)。我需要从 Java 代码远程访问 VM。例如,远程重启。我找到了SDK“API入门”http://docs.vmd.citr
我想详细地远程连接 mysql 数据库,我想制作这样的应用程序,我的数据库仅在托管服务器中,而我的 php 页面在客户端电脑中始终处于离线状态。可能或不可能。如果是的话怎么可能。我正在使用 godad
我想为 iPad 制作一个应用程序,通过 iPhone 应用程序进行控制。是否可以在 iPhone 上访问 PhoneGap-App?我不想使用外部服务器,因为应用程序应该在临时网络中离线运行。 首先
我是一名优秀的程序员,十分优秀!