search for: d8e0

Displaying 2 results from an estimated 2 matches for "d8e0".

Did you mean: d830
2024 Jul 14
1
Configuration for root logins
...ntication no HostbasedAcceptedAlgorithms ssh-ed25519 HostbasedAuthentication yes HostbasedUsesNameFromPacketOnly yes HostKey /etc/ssh/host_key_sarkovy.koeller.dyndns.org_ed25519 IgnoreRhosts yes IgnoreUserKnownHosts yes KerberosAuthentication no ListenAddress = 192.168.0.1 ListenAddress = fd46:1ffa:d8e0::1 LogLevel VERBOSE PasswordAuthentication no PermitEmptyPasswords no PermitRootLogin yes PermitTTY yes PermitTunnel no PermitUserRC yes PubkeyAuthentication yes PubkeyAcceptedAlgorithms ssh-ed25519 UseDNS = no X11Forwarding no For now, the client machine is on a static IP address, just for testin...
2023 Oct 22
1
Host name lookup failure using hostbased authentication
...Connection closed by authenticating user thomas 192.168.0.2 port 36284 [preauth] ^C Note that hostname/address lookups work in either direction: [thomas at sarkovy ~]$ host htpc.koeller.dyndns.org htpc.koeller.dyndns.org has address 192.168.0.2 htpc.koeller.dyndns.org has IPv6 address fd46:1ffa:d8e0::2 [thomas at sarkovy ~]$ host 192.168.0.2 2.0.168.192.in-addr.arpa domain name pointer htpc.koeller.dyndns.org. What's wrong here? Thomas