X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=man%2Fvsh.8;fp=man%2Fvsh.8;h=0000000000000000000000000000000000000000;hb=db5ef3f969fc6ad34aeb5903e44d0049b2e50791;hp=85f914c3b775f16a8dd569219b785da25733a9e5;hpb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;p=util-vserver.git diff --git a/man/vsh.8 b/man/vsh.8 deleted file mode 100644 index 85f914c..0000000 --- a/man/vsh.8 +++ /dev/null @@ -1,48 +0,0 @@ -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "VSH" 8 "2004-07-29" "PlanetLab specific Vserver shell" "vsh" - -.SH NAME -vsh \- Safely trampoline's a slice user from global vserver context to -the correspondingly named local vserver context\&. - -.SH "SYNOPSIS" - -.PP -\fBvsh\fR [COMMAND] \fR - -.TP -[COMMAND] -when specified, the command to run, otherwise vsh will just run the -user's shell as a login shell - -.SH "SUMMARY" - -.PP -vsh is used as the login shell for slice users in the global vserver's -/etc/passwd\&. It is invoked either by sshd when a slice user logs on -to a PlanetLab node or as root using the su command\&. When this -occurs, vsh switches vserver context and sets the uid/gid of the slice -user, as specified in the slice's vserver /etc/passwd\&. - -.PP -vsh assumes that the same account (by name) used to ssh/su into the -vserver also exists in the vserver specific /etc/passwd file\&. This -is the only reason that for now it is deemed to be PlanetLab -specific\&.