| Summary: | SFTP does not work for users with RSH shells | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Bassel <bmzoueit> |
| Component: | sftp | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | SPARC | ||
| OS: | Solaris | ||
|
Description
Bassel
2002-11-19 04:38:25 AEDT
if the user logs in and types /path/to/sftp-server does he/she get an error? If rsh is impeeding running the command then it is a rsh issue and not a sftp issue. - Ben when running the sftp-server with the path specified, we get the "restricted" error... $ /apps/ssh/current/libexec/sftp-server rsh: /apps/ssh/current/libexec/sftp-server: restricted but when running it without specifying the path, it works.. $ sftp-server ^C $ sounds like its an rsh issue.. any ideas on top of your head? Thanks, Bassel. Only advice I can give you. Is make sure that sftp-server is in the core system path and change: sshd_config: # override default of no subsystems Subsystem sftp /path/to/sftp-server to: # override default of no subsystems Subsystem sftp sftp-server - Ben This is an rsh problem, not a ssh problem Mass change of RESOLVED bugs to CLOSED |