Displaying 3 results from an estimated 3 matches for "fd46".
Did you mean:
d46
2024 Jul 14
1
Configuration for root logins
...SSAPIAuthentication 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...
2005 Oct 07
1
'make rpm' problem
..._________
Chris Jones (cjones@cdot.ca)
CDot Networks - http://cdot.ca
(604) 484-4222 :: Office (Ext. 101)
(888) 897-4382 :: Toll Free
(604) 307-8432 :: Mobile
(604) 648-9645 :: Fax
* Networking for Business.
* We Love This Stuff.
PGP key fingerprint = 32B3 C5B9 0555 F6A0 E7CF C6AA 23C2 B568 782E FD46
2023 Oct 22
1
Host name lookup failure using hostbased authentication
...hd[35034]: 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