Bugzilla – Attachment 3669 Details for
Bug 3526
Config option AddressFamily has no effect?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
conffile + verbose output
all-there-is-to-it.txt (text/plain), 2.71 KB, created by
nix-muell
on 2023-02-11 12:25:55 AEDT
(
hide
)
Description:
conffile + verbose output
Filename:
MIME Type:
Creator:
nix-muell
Created:
2023-02-11 12:25:55 AEDT
Size:
2.71 KB
patch
obsolete
>nix@muell:~$ type ssh >ssh is hashed (/usr/local/bin/ssh) > >nix@muell:~$ ssh lazy -vvv >OpenSSH_9.0p1, OpenSSL 1.1.1o 3 May 2022 >debug1: Reading configuration data /Users/nix/.ssh/config >debug2: checking match for '!canonical' host lazy originally lazy >debug3: /Users/nix/.ssh/config line 11: matched '!canonical' >debug2: match found >debug2: checking match for 'final all' host lazy originally lazy >debug3: /Users/nix/.ssh/config line 15: not matched 'final' >debug2: match not found >debug1: /Users/nix/.ssh/config line 16: Ignored unknown option "usekeychain" >debug1: Reading configuration data /usr/local/etc/ssh/ssh_config >debug1: configuration requests final Match pass >debug2: resolve_addr: could not resolve name lazy as address: nodename nor servname provided, or not known >debug3: resolve_canonicalize: attempting "lazy" => "lazy.actual-domain.redacted." >debug3: resolve_host: lookup lazy.actual-domain.redacted.:22 >debug1: Canonicalized hostname "lazy" => "lazy.actual-domain.redacted" >debug1: re-parsing configuration >debug1: Reading configuration data /Users/nix/.ssh/config >debug1: /Users/nix/.ssh/config line 3: Applying options for lazy.actual-domain.redacted >debug1: /Users/nix/.ssh/config line 6: Applying options for *.actual-domain.redacted >debug2: checking match for '!canonical' host lazy.actual-domain.redacted originally lazy >debug3: /Users/nix/.ssh/config line 11: not matched '!canonical' >debug2: match not found >debug2: checking match for 'final all' host lazy.actual-domain.redacted originally lazy >debug3: /Users/nix/.ssh/config line 15: matched 'final' >debug2: match found >debug1: /Users/nix/.ssh/config line 16: Ignored unknown option "usekeychain" >debug1: Reading configuration data /usr/local/etc/ssh/ssh_config >debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/Users/nix/.ssh/known_hosts' >debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/nix/.ssh/known_hosts2' >debug3: ssh_connect_direct: entering >debug1: Connecting to lazy.actual-domain.redacted [2a02:deca:fbad:1::dead] port 22. >debug3: set_sock_tos: set socket 5 IPV6_TCLASS 0x10 ># not waiting for timeout lol ^C > >nix@muell:~$ cat .ssh/config >IgnoreUnknown UseKeychain > >Host lazy.actual-domain.redacted > AddressFamily inet > >Host *.actual-domain.redacted > ForwardAgent yes > IdentityFile ~/.ssh/id-company_ed25519-2018.pub > IdentityFile ~/.ssh/id-company_ed25519-2021.pub > >Match !canonical > CanonicalizeHostname yes > CanonicalDomains actual-domain.redacted > >Match final all > UseKeychain yes > HashKnownHosts no > UpdateHostKeys ask > ServerAliveInterval 40 > ServerAliveCountMax 6 > VerifyHostKeyDNS ask > ForwardAgent no > IdentitiesOnly yes > LogLevel ERROR > CheckHostIP no > IPQoS lowdelay throughput > >nix@muell:~$ cat /usr/local/etc/ssh/ssh_config ># This file empty
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3526
: 3669