vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Thu, 28 Aug 2003 16:29:01 +0800, "sam" <samwun@hgcbroadband.com> said the following: >just found out should be /bin/rksh? >thanks >sam > >"sam" <samwun@hgcbroadband.com> wrote in message >news:bijvmv$19jr$1@news.hgc.com.hk... >> Dear all, >> >> How can I restrict a user only limited to a specified commands eg. only >ssh, ssh-keyen, telnet and ftp? >> If there is no restricted shell I can configure in OpenBSD? is there any >> thir-party open source I can use to put on restriction on a user account >>for this purpose? How does the ksh shell help you with your problem? |
| |||
| In article <3f4e2463.170073452@news21.qc.aira.com>, mr_scary wrote: > On Thu, 28 Aug 2003 16:29:01 +0800, "sam" <samwun@hgcbroadband.com> > said the following: > >>just found out should be /bin/rksh? >>thanks >>sam >> >>"sam" <samwun@hgcbroadband.com> wrote in message >>news:bijvmv$19jr$1@news.hgc.com.hk... >>> Dear all, >>> >>> How can I restrict a user only limited to a specified commands eg. only >>ssh, ssh-keyen, telnet and ftp? >>> If there is no restricted shell I can configure in OpenBSD? is there any >>> thir-party open source I can use to put on restriction on a user account >>>for this purpose? > > How does the ksh shell help you with your problem? The restricted mode of ksh must be suitable for his purpose. -- Stephen Paskaluk .... Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any resemblance between the above and my own views is non-deterministic. The question of the existence of views in the absence of anyone to hold them is left as an exercise for the reader. The question of the existence of the reader is left as an exercise for the second god coefficient. (A discussion of non-orthogonal, non-integral polytheism is beyond the scope of this article.) |
| |||
| "mr_scary" <petermatulis@NO_SPAMyahoo.ca> wrote in message news:3f4e2463.170073452@news21.qc.aira.com... > On Thu, 28 Aug 2003 16:29:01 +0800, "sam" <samwun@hgcbroadband.com> > said the following: > > >just found out should be /bin/rksh? > >thanks > >sam > > > >"sam" <samwun@hgcbroadband.com> wrote in message > >news:bijvmv$19jr$1@news.hgc.com.hk... > >> Dear all, > >> > >> How can I restrict a user only limited to a specified commands eg. only > >ssh, ssh-keyen, telnet and ftp? > >> If there is no restricted shell I can configure in OpenBSD? is there any > >> thir-party open source I can use to put on restriction on a user account > >>for this purpose? > > How does the ksh shell help you with your problem? a lot, eg. won't let user change directories - cd, can't execute command last... anyway, it demonstrated it meets my minium requirement. |
| ||||
| On Fri, 29 Aug 2003 00:17:24 +0800, "sam" <samwun@hgcbroadband.com> said the following: > >"mr_scary" <petermatulis@NO_SPAMyahoo.ca> wrote in message >news:3f4e2463.170073452@news21.qc.aira.com... >> On Thu, 28 Aug 2003 16:29:01 +0800, "sam" <samwun@hgcbroadband.com> >> said the following: >> >> >just found out should be /bin/rksh? >> >thanks >> >sam >> > >> >"sam" <samwun@hgcbroadband.com> wrote in message >> >news:bijvmv$19jr$1@news.hgc.com.hk... >> >> Dear all, >> >> >> >> How can I restrict a user only limited to a specified commands eg. only >> >ssh, ssh-keyen, telnet and ftp? >> >> If there is no restricted shell I can configure in OpenBSD? is there >any >> >> thir-party open source I can use to put on restriction on a user >account >> >>for this purpose? >> >> How does the ksh shell help you with your problem? >a lot, eg. won't let user change directories - cd, can't execute command >last... anyway, it demonstrated it meets my minium requirement. ok |