Summary | Support for rssh-based setup |
Queue | Passwd |
Queue Version | 3.0 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | lmamane (at) debian (dot) org |
Created | 10/30/2005 (7223 days ago) |
Due | |
Updated | 10/30/2005 (7223 days ago) |
Assigned | |
Resolved | 10/30/2005 (7223 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Support for rssh-based setup
Queue ⇒ Passwd
New Attachment: sork_passwd_rssh.patch
scponly (http://www.sublimation.org/scponly/) or similar setups.
These are "shells" that restrict what commands the user can run, to
e.g. sftp / scp / passwd . These require, though, that the program be
executed directly on the ssh command line (ssh $host -l $user
$program), and not once a prompt is obtained; rssh doesn't offer any
prompt.
This patch adds a new method to the expect script called "ssh-exec".