I have a bit more information. We were attempting to watch Qualys vulnerability scanning...
[replay.c, line 278]: sudosh-replay: invalid format: ID ver 1.0.4
CTRL-C on AIX
Closing, can't fix currently.
sudosh2-1.0.5.tgz still has 1.0.4 as the version number
https://github.com/squash/sudosh2
Fixed in github repo.
sudosh sets insecure PATH for root with trailing colon
Indeed this is fixed in 1.0.5. The repository is moving to Github currently and a...
sudosh2-1.0.5.tgz still has 1.0.4 as the version number
Noticed that 1.0.5 does not seem to exist in the SourceForge CVS repository but only...
The : on the end of the strings should be removed on both lines.
Lines of concern: 622 if (!strcmp (user.to, "root")) 623 snprintf (user.path.str,...
Looks like duplicate for #17, but the Code history in CVS on SourceForge does not...
sudosh sets insecure PATH for root with trailing colon
sudo -u oracle sudosh not working in HP-UX 11.31
Any compiler warning or errors should be fixes in 1.0.5. As far as your log location...
"who -m" returns no output in sudosh
coreutils is processing utmp in a manner that ignores TTYs that aren't associated...
make fails with CFLAGS=-Wall -Werror/parse.c & sudosh.c
These should all be corrected in the 1.0.5 release.
CTRL-C on AIX
Continued access to AIX would be required to fix this issue.
sudosh adds current directory to PATH
Accepted into current build (1.0.5)
Fix missing DESTDIR in src/Makefile.am
Accepted