* [gentoo-user] sftplogging USE flag in openssh
@ 2006-09-26 16:38 Mick
2006-09-26 16:59 ` Dave V
0 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2006-09-26 16:38 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
I can't remember seeing this flag before.
==============================================
[ebuild U ] net-misc/openssh-4.3_p2-r5 [4.3_p2-r3] USE="X ldap pam
tcpd -X509 -chroot -hpn -ipv6 -kerberos -libedit
(-selinux) -sftplogging -skey -smartcard -static"
0 kB
==============================================
Do I need/want it?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] sftplogging USE flag in openssh
2006-09-26 16:38 [gentoo-user] sftplogging USE flag in openssh Mick
@ 2006-09-26 16:59 ` Dave V
2006-09-26 18:20 ` Daniel Iliev
0 siblings, 1 reply; 8+ messages in thread
From: Dave V @ 2006-09-26 16:59 UTC (permalink / raw
To: gentoo-user; +Cc: michaelkintzios
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
Here's how to find out:
$ grep sftplogging /usr/portage/profiles/use.*
/usr/portage/profiles/use.local.desc:net-misc/openssh:sftplogging - Enables sftp logging patch
Dave
On Tue, 26 Sep 2006 17:38:06 +0100
Mick <michaelkintzios@gmail.com> wrote:
> I can't remember seeing this flag before.
> ==============================================
> [ebuild U ] net-misc/openssh-4.3_p2-r5 [4.3_p2-r3] USE="X ldap pam
> tcpd -X509 -chroot -hpn -ipv6 -kerberos -libedit
> (-selinux) -sftplogging -skey -smartcard -static"
> 0 kB
> ==============================================
>
> Do I need/want it?
>
> --
> Regards,
> Mick
>
--
Your reasoning powers are good, and you are a fairly good planner.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] sftplogging USE flag in openssh
2006-09-26 16:59 ` Dave V
@ 2006-09-26 18:20 ` Daniel Iliev
2006-09-27 7:03 ` Mick
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Iliev @ 2006-09-26 18:20 UTC (permalink / raw
To: gentoo-user
Dave V wrote:
> Here's how to find out:
> $ grep sftplogging /usr/portage/profiles/use.*
> /usr/portage/profiles/use.local.desc:net-misc/openssh:sftplogging - Enables sftp logging patch
>
> Dave
>
Here is my let's say "more gentooish" way for the same thing:
root@ldesktop ~ # euse -i sftplogging
global use flags (searching: sftplogging)
************************************************************
no matching entries found
local use flags (searching: sftplogging)
************************************************************
[- ] sftplogging (net-misc/openssh):
Enables sftplogging patch
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] sftplogging USE flag in openssh
2006-09-26 18:20 ` Daniel Iliev
@ 2006-09-27 7:03 ` Mick
2006-09-27 8:55 ` [gentoo-user] " Harm Geerts
0 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2006-09-27 7:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]
On Tuesday 26 September 2006 19:20, Daniel Iliev wrote:
> Dave V wrote:
> > Here's how to find out:
> > $ grep sftplogging /usr/portage/profiles/use.*
> > /usr/portage/profiles/use.local.desc:net-misc/openssh:sftplogging -
> > Enables sftp logging patch
> >
> > Dave
>
> Here is my let's say "more gentooish" way for the same thing:
>
>
> root@ldesktop ~ # euse -i sftplogging
> global use flags (searching: sftplogging)
> ************************************************************
> no matching entries found
>
> local use flags (searching: sftplogging)
> ************************************************************
> [- ] sftplogging (net-misc/openssh):
> Enables sftplogging patch
Thank you All,
I use euse for this purpose myself, however, the message is not self
explanatory enough for my understanding. Is this flag useful for logging ssh
handshake info during logon to a sftp server? Is it for logging ssh info
about other clients logging onto a server running on this host? Both?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: sftplogging USE flag in openssh
2006-09-27 7:03 ` Mick
@ 2006-09-27 8:55 ` Harm Geerts
2006-09-27 13:32 ` Mick
0 siblings, 1 reply; 8+ messages in thread
From: Harm Geerts @ 2006-09-27 8:55 UTC (permalink / raw
To: gentoo-user
On Wednesday 27 September 2006 09:03, Mick wrote:
> I use euse for this purpose myself, however, the message is not self
> explanatory enough for my understanding. Is this flag useful for logging
> ssh handshake info during logon to a sftp server?
No, sftp is encapsulated in ssh so this doesn't affect the regular ssh
sessionlogging.
> Is it for logging ssh info about other clients logging onto a server
> running on this host?
Care to rephrase that?
ssh logs no matter what kind of client is used.
sftplogging is for logging file transfers.
Which client started a sftp session, which files, how many times, how many
data, which action (mkdir, rm etc.)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: sftplogging USE flag in openssh
2006-09-27 8:55 ` [gentoo-user] " Harm Geerts
@ 2006-09-27 13:32 ` Mick
2006-09-27 20:21 ` Harm Geerts
0 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2006-09-27 13:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
On Wednesday 27 September 2006 09:55, Harm Geerts wrote:
> sftplogging is for logging file transfers.
> Which client started a sftp session, which files, how many times, how many
> data, which action (mkdir, rm etc.)
Thank you. It is clearer now to me. Is it logging sftp sessions that remote
clients initiate on this host which acts as a server, or sessions that
client(s) on this host initiate on remote machines?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: sftplogging USE flag in openssh
2006-09-27 13:32 ` Mick
@ 2006-09-27 20:21 ` Harm Geerts
2006-09-27 20:45 ` Mick
0 siblings, 1 reply; 8+ messages in thread
From: Harm Geerts @ 2006-09-27 20:21 UTC (permalink / raw
To: gentoo-user
On Wednesday 27 September 2006 15:32, Mick wrote:
> On Wednesday 27 September 2006 09:55, Harm Geerts wrote:
> > sftplogging is for logging file transfers.
> > Which client started a sftp session, which files, how many times, how
> > many data, which action (mkdir, rm etc.)
>
> Thank you. It is clearer now to me. Is it logging sftp sessions that
> remote clients initiate on this host which acts as a server, or sessions
> that client(s) on this host initiate on remote machines?
Ah, it's the first.
So it only provides server side logging.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: sftplogging USE flag in openssh
2006-09-27 20:21 ` Harm Geerts
@ 2006-09-27 20:45 ` Mick
0 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2006-09-27 20:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
On Wednesday 27 September 2006 21:21, Harm Geerts wrote:
> On Wednesday 27 September 2006 15:32, Mick wrote:
> > Thank you. It is clearer now to me. Is it logging sftp sessions that
> > remote clients initiate on this host which acts as a server, or sessions
> > that client(s) on this host initiate on remote machines?
>
> Ah, it's the first.
> So it only provides server side logging.
Cool! I feel totally and fully informed now. I love this list! :)
Thank you.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-09-27 21:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26 16:38 [gentoo-user] sftplogging USE flag in openssh Mick
2006-09-26 16:59 ` Dave V
2006-09-26 18:20 ` Daniel Iliev
2006-09-27 7:03 ` Mick
2006-09-27 8:55 ` [gentoo-user] " Harm Geerts
2006-09-27 13:32 ` Mick
2006-09-27 20:21 ` Harm Geerts
2006-09-27 20:45 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox