Displaying 1 result from an estimated 1 matches for "gcgvuir".
2000 Dec 15
3
scp without permitting shell access, possible?
[My apologies if this question is deemed inappropriate for this list.]
Using OpenSSH, is it possible for a program/script to copy files with known
filenames from a remote server (running sshd), without allowing (interactive)
ssh access to that server? I.e. ``ssh server ls'' or ``ssh server'' should not
be possible (for security reasons), but ``scp server:file .'' should.