Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- chroot (enjaulado)
- no # AllowTcpForwarding no # ForceCommand cvs server AllowGroups ConexionSFTP Match group... FTP ChrootDirectory /home/conexionesdftp ForceCommand internal-sftp </code> * http://debianyderivada... ChrootDirectory /sftp/%u ForceCommand internal-sftp</code> * en este caso, el direc... rname ChrootDirectory /path/to/directory ForceCommand internal-sftp </code> <code bash /etc/pam.d/sshd>
- configuración ssh server (/etc/ssh/sshd_config)
- orwarding no AllowAgentForwarding no ForceCommand /bin/false </code> <code ; /etc/ssh/sshd_config> ... orwarding no AllowAgentForwarding no ForceCommand /bin/false </code> * Solo permite forward de co... y /opt/dummy_location/%u ForceCommand internal-sftp AllowTcpForwardi
- Conexión remota A->B->C con SSH (~/.ssh/config)
- 30/ssh-agent-forwarding-using-different-usernames-and-different-keys]] * [[https://serverfault.com/qu... Hostname 172.23.0.3 User root ProxyCommand ssh bastion -W %h:%p ForwardAgent yes Ide... HostName 172.23.0.2 User root ProxyCommand none IdentityFile /home/mate/Docker/bastion/b
- authorized_keys
- ''ssh sistema_remoto 'echo $HOSTNAME'' * ''command="echo 'pues va a ser que no'" ssh-dss...'' -> sol... ro y que ese usuario solo sirva para eso? * command="/home/user/comando_autorizado" las restriccione
- Conexión RDP con tunneling (y VPN)
- ntrol -O exit $3 ;; *) echo "Did not understand your argument, please use start|stop" ;; esac ... /via: [[https://kgibran.wordpress.com/2019/03/13/remmina-rdp-ssh-tunnel-with-pre-and-post-scripts/]]
- uso de bastion
- Hostname remoteServer_Name_Or_IP User x ProxyCommand ssh remoteServer_accessible -W %h:%p ForwardAgent
- ssh tunel inverso (o reverso)
- ostname localhost User usuario_A ProxyCommand ssh computerB -W %h:12345 ForwardAgent yes