Questions tagged «openssh»

OpenSSH是当今使用最广泛的SSH实现之一,并且在许多Linux和类似Unix的操作系统中默认可用。

0
无法在Ubuntu上安装openssh-server
我从http://www.ubuntu.com/download/desktop下载了Ubuntu 14.04.3 LTS(64位),现在无法安装openssh-server。当我尝试时会发生以下情况: ubuntu@ubuntu:~$ sudo apt-get install openssh-server Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that ytou have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet …

1
了解密钥对的ssh连接失败的调试日志
我有两台具有相同ssh密钥的个人计算机(mac)。 在机器B上进行一次更新后,我无法访问机器A 我执行以下步骤: 从计算机A到B具有rsync .ssh目录的Syncro 现在文件.ssh/id_rsa,。.ssh/id_rsa.pub,.ssh/authorized_keys都一样。 在两台机器上删除 .ssh/know_hosts 尝试失败 SSH与调试 abkrim {~/.ssh} $ ssh -vvv abkrim@192.168.1.69 OpenSSH_7.4p1, LibreSSL 2.5.0 debug1: Reading configuration data /etc/ssh/ssh_config debug2: resolving "192.168.1.69" port 22 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to 192.168.1.69 [192.168.1.69] port 22. debug1: Connection established. debug1: identity file /Users/abkrim/.ssh/id_rsa type 1 debug1: …
macos  ssh  openssh 

2
如何使用openssh
我有两台服务器,A和B. A是Windows 2003服务器,B是CentOS 7服务器。 我在A上为windows安装了openssh,但我不知道如何设置B的ssh_config以便我可以使用RSA密钥从A连接到B. Eidt 2015-08-05 23:18:34 抱歉我的疑惑问题。 我只能使用命令而不是客户端。 我必须使用RSA密钥从A连接到B. 我已生成密钥并上传到B. 我试过ssh user@b.ip但没用。

2
无密码ssh适用于root,但不适用于其他用户
我为root用户和orainst用户做了以下操作, 我已将第一台机器的id_rsa.pub添加到第二台机器的authorized_keys 我对.ssh文件夹有700个权限 无密码ssh适用于root,但不适用于orainst。 用户orainst没有密码(我使用Chef cookbook生成它),如果这有所不同 这是输出ssh --vvv for orainst bash-4.1$ ssh 10.16.4.114 -vvv OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 10.16.4.114 [10.16.4.114] port 22. debug1: Connection established. debug1: identity file /tools/appsw/oracle/orainst/.ssh/identity type -1 …
-1 linux  ssh  openssh 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.