Displaying 1 result from an estimated 1 matches for "ssh_open_administratively_prohibit".
Did you mean:
ssh_open_administratively_prohibited
2007 Jan 20
1
Configurable restrictions
...he approach to
cover the other 2 major messages detailed below.
* SSH_MSG_GLOBAL_REQUEST {"tcpip-forward", "cancel-tcpip-forward",
"direct-tcpip"}
returning SSH_MSG_REQUEST_FAILURE
* SSH_MSG_CHANNEL_OPEN {"session", "x11", etc...}
returning SSH_OPEN_ADMINISTRATIVELY_PROHIBITED
I'm also going to resolve an issue where sftp-server can't send the
client the real user/group after chroot().
Eventually, I could see this code becoming a base for more user-friendly
options based on functionality rather than protocol messages. e.g. the
option 'X11Forwarding no&...