Quote:
Originally Posted by NiLuJe
@knc1: It's a K3  .
@AwedJob: Define "fails". (You can also check what happens behind the scenes w/ ssh -vvv user@host).
|
Whenever I tried to do a simple ssh, I received a "Permission denied" message.
------------------------------------
Dryad:~ Scott$ ssh 192.168.2.2
Welcome to Kindle!
Scott@192.168.2.2's password:
Permission denied, please try again.
-------------------------------------
This morning I used KUAL to "Restore default config" and tried again. I was able to ssh in using root@192.168.2.2 and the password for the paired key set up. Here's the result of your suggested command:
-------------------------------------
[root@kindle root]# ssh -vvv user@host
OpenSSH_7.0p1, OpenSSL 0.9.8zg 11 Jun 2015
debug1: Reading configuration data /mnt/us/usbnet/etc/ssh_config
ssh: Could not resolve hostname host: Temporary failure in name resolution
-------------------------------------
Thank you.