Web Browser SSH client: gate one: https://github.com/liftoff/GateOne configure /etc/security/access.conf configure /etc/pam.d/ssh (uncomment line) Or in a better way you can edit /etc/ssh/sshd_config to something like this:
to restrict users to their home directory do something like this: # Allow client to pass locale environment variables AcceptEnv LANG LC_* AllowUsers psdc icdc *@172.17.8.* *@172.17.0.* # override default of no subsystems Subsystem sftp /usr/lib/openssh/sftp-server Subsystem stfp internal-sftp Match Group sis ChrootDirectory /file-transfer/icDCtransfer ForceCommand internal-sftp PermitTunnel no AllowAgentForwarding no AllowTcpForwarding no X11Forwarding no Match Group sisps ChrootDirectory /file-transfer/psDCtransfer ForceCommand internal-sftp PermitTunnel no AllowAgentForwarding no AllowTcpForwarding no X11Forwarding no |
Linux Links >