Penguin

Differences between version 2 and revision by previous author of SCPOnly.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, October 1, 2004 10:22:47 am by JohnMcPherson Revert
Older page: version 1 Last edited on Friday, October 1, 2004 9:38:50 am by DrewBroadley Revert
@@ -1,18 +1,19 @@
 !!SCP Only 
  
 [http://www.sublimation.org/scponly/] 
  
-__what is scponly?:__  
  
-"scponly" is an alternative 'shell' (of sorts) for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution priviledges . Functionally, it is best described as a wrapper to the "tried and true" ssh suite of applications. 
+;__what is scponly?__: "scponly" is an alternative 'shell' (of sorts) for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution privileges . Functionally, it is best described as a wrapper to the "tried and true" ssh suite of applications. 
  
-A typical usage of scponly is in creating a semi-public account not unlike the concept of anonymous login for ftp. This allows an administrator to share files in the same way an anon ftp setup would, only employing all the protection that ssh provides. This is especially significant if you consider that ftp authentications traverse public networks in a plaintext format. 
+;: A typical usage of scponly is in creating a semi-public account not unlike the concept of anonymous login for ftp. This allows an administrator to share files in the same way an anon ftp setup would, only employing all the protection that ssh provides. This is especially significant if you consider that ftp authentications traverse public networks in a plaintext format. 
  
+Use 'chsh(1)' to set someone's login shell to be scponly, and then that user can use scp but not get an interactive shell.  
  
+Your package management probably has this - Debian users can 'apt-get install scponly'.  
  
 __See Also:__ 
  
 * [SCP] 
 * [SSH] 
 * [scp(1)] 
 * [ssh(1)]