Changes between Initial Version and Version 1 of Ticket #18758, comment 8


Ignore:
Timestamp:
Nov 7, 2024, 8:59:17 PM (2 weeks ago)
Author:
jackburton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18758, comment 8

    initial v1  
    11Just for the record:
    22
     3{{{
    34~> env | grep SSH | sort
    45SSH_AGENT_PID=177
    56SSH_AUTH_SOCK=/tmp/ssh-yk6yQDeA8NgJ/agent.176
     7}}}
    68
    79but if I use getenv() from Genio, I get this:
     10
     11{{{
    812char* auth = getenv("SSH_AUTH_SOCK");
    913char* pid = getenv("SSH_AGENT_PID");
     
    1721USER: Genio: {E} path: .:/boot/home/config/non-packaged/bin:/boot/home/config/bin:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences
    1822
     23}}}
    1924
    2025So these SSH_AUTH_SOCK and SSH_AGENT_PID are not exported into other apps environment ?