Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- configuración ssh server (/etc/ssh/sshd_config)
- **Protocol 2** * **PermitRootLogin** {yes|no|forced-commands-only} * **PasswordAuthentication** {yes|no}: uso o no de contraseña (forzar uso de keys) * **IgnoreRhosts** {yes|no} e... only implementation]] == restricciones === agent forwarding <code ; /etc/ssh/sshd_config> Match User that-restricted-guy AllowTcpForwarding yes X11Forwarding no AllowAgentForward
- chroot (enjaulado)
- n a per-user basis #Match User anoncvs # X11Forwarding no # AllowTcpForwarding no # ForceCommand cvs server AllowGroups ConexionSFTP Match group ConexionSFTP ChrootDirectory /home/conexionesdftp ForceCommand internal-sftp </code> * http://debian
- agente SSH (ssh-agent)
- * ''-X'' : desbloquea agente == ssh-agent (port forwarding) * [[https://deephacking.tech/ssh-agent-... fig> Host dmz HostName dmz User alice ForwardAgent yes </code> * Acceso ordenador DMZ (in... 92.168.10.30 User alice ProxyJump dmz ForwardAgent yes </code> * Acceso ordenador interno... o:<code bash>ssh internalServer</code> * Si **ForwardAgent** està deshabilitado no se puede. * ve
- authorized_keys
- te ejecutar el comando especificado * ''no-port-forwarding ssh-dds...'' -> no permite port-forwarding * ''permitopen"xxx.xxx.xxx.xxx:xxxx"'' -> limita el port-forwarding a una determinada IP y puerto * ¿entra... s solicitadas (por pantalla) * -H -> key en formato HASH ¿? * -v -> verbose * ''ssh-key
- Port Forwarding & Tunneling (cliente)
- = Port Forwarding & Tunneling (cliente) == tunneling * puerto local (3306) mapeado a puerto de <serve... ser y IdentityFile ~/.ssh/id_ed25519 LocalForward 3306 localhost:3306 ControlPath ~/.ssh/co... e x User y IdentityFile ~/.ssh/id_ed25519 LocalForward 3310 <remote_server>:3306 ControlPath ~/.ssh... desde el servidor al que conectamos (y@x) == Port Forwarding + Tunneling * conectar via SSH desde máq
- Conexión remota A->B->C con SSH (~/.ssh/config)
- https://superuser.com/questions/1140830/ssh-agent-forwarding-using-different-usernames-and-different-ke... sing-private-key-on-b]] * [[https://acloud.guru/forums/aws-certified-solutions-architect-associate/di... er root ProxyCommand ssh bastion -W %h:%p ForwardAgent yes IdentityFile /home/mate/Docker/bastion/gargamex-key Host bastion #ForwardAgent yes HostName 172.23.0.2 User roo
- ssh tunel inverso (o reverso)
- erseB HostName B User usuario_B RemoteForward 12345 localhost:22 IdentityFile ~/.ssh/us... _A ProxyCommand ssh computerB -W %h:12345 ForwardAgent yes IdentityFile ~/.ssh/usuario_A@A ... uterB Hostname B User usuario_B RemoteForward 12345 localhost:22 IdentityFile ~/.ssh/us... tras Firewall desde un segundo]] == método PORT_FORWARDING sean: * A - ordenador con página web tra
- MasterControl + MasterPath
- User y IdentityFile ~/.ssh/id_ed25519 LocalForward 3306 localhost:3306 ControlPath ~/.ssh/contr... a el proceso de la primera (además, hace LocalPortForwading):<code bash>ssh -MNf MasterServerSQL</code> * -N: no ejecutar comandos * -f: foreground * cerramos la conexión (todas):<code bas
- fichero .ssh/config
- y preceding them with an exclamation mark (‘!’). For example, to allow a key to be used from anywhere ... le.com IdentityFile ~/.ssh/other.key LocalForward 9906 127.0.0.1:3306 User fooey </sxh> equ
- uso de bastion
- tityFile ~/.ssh/matez@bungalow.dreamhost.com LocalForward 3307 mysql.torresegea.es:3306</code> == acces... ProxyCommand ssh remoteServer_accessible -W %h:%p ForwardAgent yes IdentityFile ~/.ssh/id_ed25519</code
- sshd
- nux:ssh:varios]] * [[linux:ssh:sshfs]] == Port Forwarding, Proxy, Tunneling * [[linux:ssh:ssh-agen... linux:ssh:remoteaccess]] * [[linux:ssh:localportforwarding]] * [[https://www.atareao.es/ubuntu/tu
- ssh proxy / socks
- //linuxize.com/post/how-to-setup-ssh-socks-tunnel-for-private-browsing/]] === descargas curl <code bash
- rsync seguro
- r/rsync.log" origen destino</code> origen y destino están en formato scp: usuario@sistema.remoto:/path/
- varios
- = varios == ssh forzando password no sé pq razón, ssh ha empezado a probar todas las claves de mi direc