[scponly] .bash_logout and scponly
wby oblyr
joe at sublimation.org
Mon Mar 22 16:26:28 EST 2004
well, its a brutal hack, but as root you could move your scp binary to scp_foo and create a shell script
called "scp" this script could look like this:
#!/bin/sh
#
# pass on the args to the "real" binary
/bin/scp_binary $@
# process the args and in the case where scp -t is invoked,
# strip the destination filename from the args, and make a copy of it
...
just an idea. a bad bad, hacky idea, but an idea.
joe
Palumbo Daniele wrote this message on Mon, Mar 22, 2004 at 18:06 +0100:
> On Mon, Mar 22, 2004 at 05:32:24PM +0100, Sven Hoexter wrote:
> >For wich purpose? If a real shell script is executed I would say it's a
> >security risk. If you can only execute the commands you can execute within
> >scponly it's of very limited use or more I can see no use in it.
> >Maybe you can englight me on the usefullness of such a behaviour.
>
> well:
> i need to make backup of file passed via scp, so, without using cron,
> a nice solution is to write all data (and then move, wipe out, or something from
> incoming dir) on a cd (TAO), on logout.
>
> another solution is to check the log (like tail -f) and see when a user is
> logged out, but this will not (as cron) detect if file is all written on disk
>
> i can skip it by looking with fuser (or something else), but it is a bad, imho
>
> >> please cc me, i'm not (yet) in the ml.
> >Hm thought this is a only subscribers can sent mails list.
>
> that seems not true!
>
> Daniele
> --
> PGP Key-ID: 0xF482D454
> --
> To bodly go where no man has gone before.
>
> _______________________________________________
> scponly mailing list
> scponly at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/scponly
--
----
PGP KEY: http://www.sublimation.org/contact.html
PGP Key fingerprint = EC4B 0DA5 B4F6 BDDD 9176 55D6 3A6A 7D63 158F 22D2
More information about the scponly
mailing list