General Page
For example,
|
1) PuTTY Client: Putty configuration ->
X11--> X11 Forwarding -->Enable X11 Forwarding is enabled -->X Display Location value -->Remote Authentication Protocol Tunnels--> Describe any settings in these fields 2) AIX sshd server process:
The following is configured:
/etc/ssh/sshd_config : X11Forwarding yes |
|
stopsrc -s sshd
cat /etc/ssh/sshd_config > /tmp/X11SSH.server.out /usr/sbin/sshd -D -d -d -d 2>&1 | tee -a /tmp/X11SSH.server.out |
|
xauth list > /tmp/X11SSH.client.out
ls -l $HOME/.Xauthority >> /tmp/X11SSH.client.out env >> /tmp/X11SSH.client.out id >> /tmp/X11SSH.client.out exit |
|
startsrc -s sshd #restarts sshd normally
|
|
cd /tmp
tar -cvf Your_Case_Number.X11SSH.debug.tar X11SSH.server.out X11SSH.client.out |
| SUPPORT |
|---|
|
If you require more assistance, use the following step-by-step instructions to contact IBM to open a case for software with an active and valid support contract. 1. Document (or collect screen captures of) all symptoms, errors, and messages related to your issue. 2. Capture any logs or data relevant to the situation. 3. Contact IBM to open a case: -For electronic support, see the IBM Support Community: 4. Provide a clear, concise description of the issue. 5. If the system is accessible, collect a system snap, and upload all of the details and data for your case. - For guidance, see: Working with IBM AIX Support: Collecting snap data |
Was this topic helpful?
Document Information
Modified date:
16 March 2022
UID
ibm10880913