[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] No logging when SSH with SYSLOG_HISTORY
From: |
Wladislav Wiebe |
Subject: |
[Help-bash] No logging when SSH with SYSLOG_HISTORY |
Date: |
Mon, 24 Nov 2014 15:43:13 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
Hi!
for some reason is this bash logging feature only working when the bash is a
"bash", but in case it is a "-bash" it doesn't start logging.
Means, a simple use case:
ssh address@hidden
$ echo $0
-bash
(no bash logging so far)
when typing "bash"
$ bash
$ echo $0
bash
--> now logging works.
Any reason why it doesn't start logging directly?
Or an idea how I can fix this?
Thanks a lot in advance!
--
WBR, Wladislav Wiebe
- [Help-bash] No logging when SSH with SYSLOG_HISTORY,
Wladislav Wiebe <=