Changes between Initial Version and Version 1 of Ticket #18758, comment 8
- Timestamp:
- Nov 7, 2024, 8:59:17 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18758, comment 8
initial v1 1 1 Just for the record: 2 2 3 {{{ 3 4 ~> env | grep SSH | sort 4 5 SSH_AGENT_PID=177 5 6 SSH_AUTH_SOCK=/tmp/ssh-yk6yQDeA8NgJ/agent.176 7 }}} 6 8 7 9 but if I use getenv() from Genio, I get this: 10 11 {{{ 8 12 char* auth = getenv("SSH_AUTH_SOCK"); 9 13 char* pid = getenv("SSH_AGENT_PID"); … … 17 21 USER: 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 18 22 23 }}} 19 24 20 25 So these SSH_AUTH_SOCK and SSH_AGENT_PID are not exported into other apps environment ?