Cerca

Heus ací els resultats de la cerca.

fichero .ssh/config
9 Resultats, Darrera modificació:
ero ''~/.ssh/config'' <sxh bash> Host dev HostName dev.example.com Port 22000 User fooey </s... epositorios> Host github.com User git HostName github.com IdentityFile ~/.ssh/my.key </sxh> <code bash>git clone git@github.com:orgname/repository.git</code> === mismo repositorios git... #user1 account Host bitbucket.org-user1 HostName bitbucket.org User git IdentityFile ~/.
Conexión RDP con tunneling (y VPN)
8 Resultats, Darrera modificació:
servidor Linux:<code> Host servidorLinux Hostname X.X.X.X user username IdentityFile path/to/key</code> * crear el siguiente script:<code bash> #!/bin/sh scriptname="$(basename $0)" if [ $# -lt 3 ] then echo "Usage: $scriptname start | stop RDP_NODE_IP SSH_NO
Conexión remota A->B->C con SSH (~/.ssh/config)
6 Resultats, Darrera modificació:
/1140830/ssh-agent-forwarding-using-different-usernames-and-different-keys]] * [[https://serverfault.c... e-ssh ports: - '2345:22' container_name: bastion networks: bastion-network: ... ne-ssh ports: - '3456:22' container_name: gargamex networks: bastion-network: ... ess: 172.23.0.3 networks: bastion-network: name: bastion-network driver: bridge ipam:
uso de bastion
3 Resultats, Darrera modificació:
ssh/config**<code properties>Host tunel-mysql HostName bungalow.dreamhost.com User matez IdentityFile ~/... fig:<code bash>Host remoteServer_NoAccessible Hostname remoteServer_Name_Or_IP User x ProxyCommand ssh remoteServer_accessible -W %h:%p ForwardAgent yes Ident
ssh tunel inverso (o reverso)
3 Resultats, Darrera modificació:
rseB''<code ini .ssh/config>Host reverseB HostName B User usuario_B RemoteForward 12345 loca... '<code ini .ssh/config>Host test2-reverse Hostname localhost User usuario_A ProxyCommand ssh... le ~/.ssh/usuario_A@A Host computerB Hostname B User usuario_B RemoteForward 12345 loca
agente SSH
2 Resultats, Darrera modificació:
700}} * <code ; ~/.ssh/config> Host dmz HostName dmz User alice ForwardAgent yes </code> ... <code ; ~/.ssh/config>Host internalserver HostName 192.168.10.30 User alice ProxyJump dmz
chroot (enjaulado)
2 Resultats, Darrera modificació:
* ''vi /etc/ssh/sshd_config'':<code>#define username to apply chroot jail to Match User tecmint #speci... em sftp internal-sftp UsePAM yes Match user username ChrootDirectory /path/to/directory ForceCommand i
Port Forwarding & Tunneling (cliente)
2 Resultats, Darrera modificació:
ador * <code bash> Host MasterServerSQL Hostname x User y IdentityFile ~/.ssh/id_ed25519 ... * <code bash> Host Dreamhost-mysql-tunnel Hostname x User y IdentityFile ~/.ssh/id_ed25519 LocalF
MasterControl + MasterPath
2 Resultats, Darrera modificació:
.ssh/config <code bash> Host MasterServer Hostname x User y IdentityFile ~/.ssh/id_ed25519 ... by the man page Host MasterServerSQL Hostname x User y IdentityFile ~/.ssh/id_ed25519
authorized_keys
1 Resultats, Darrera modificació:
altar ejecutando: ''ssh sistema_remoto 'echo $HOSTNAME'' * ''command="echo 'pues va a ser que no'" ssh
ssh proxy / socks
1 Resultats, Darrera modificació:
establece canal curl -x socks5h://0:8080 --remote-name --location https://example.com # descarga a travé