meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sw:ssh:issues [2023/07/14 15:29] – niziak | sw:ssh:issues [2026/03/19 14:49] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Issues ====== | ====== Issues ====== | ||
| + | |||
| + | < | ||
| + | |||
| + | '' | ||
| + | |||
| + | Needs to use '' | ||
| + | <code bash> | ||
| + | ssh-keygen -t rsa-sha2-512 -b 2048 | ||
| + | </ | ||
| + | |||
| ===== debug1: expecting SSH2_MSG_KEX_ECDH_REPLY ===== | ===== debug1: expecting SSH2_MSG_KEX_ECDH_REPLY ===== | ||
| Line 33: | Line 43: | ||
| X11Forwarding yes | X11Forwarding yes | ||
| X11UseLocalhost no | X11UseLocalhost no | ||
| + | </ | ||
| + | |||
| + | ===== Failed to allocate internet-domain X11 display socket ===== | ||
| + | |||
| + | Probably IPv6 is disabled, so: | ||
| + | <file ini / | ||
| + | AddressFamily inet | ||
| </ | </ | ||