systemadmin.es » Utilidades » Secuencias de escape en SSH

Secuencias de escape en SSH

Anteriormente ya vimos algunas de las secuencias de escape de OpenSSH, pero existen otras.

Mediante la secuencia de escape ~? podemos listar todas las disponibles:

Supported escape sequences:
  ~.  - terminate connection (and any multiplexed sessions)
  ~B  - send a BREAK to the remote system
  ~C  - open a command line
  ~R  - Request rekey (SSH protocol 2 only)
  ~^Z - suspend ssh
  ~#  - list forwarded connections
  ~&  - background ssh (when waiting for connections to terminate)
  ~?  - this message
  ~~  - send the escape character by typing it twice
(Note that escapes are only recognized immediately after newline.)

Anteriormente ya hemos visto algunas:

Relacionados

Imprimir Imprimir

One comment to “Secuencias de escape en SSH”

  1. muy bueno profe ;p

    La verdad que siempre me había preguntado lo del ~? y ya veo k si es posible listar los comandos soportados.

Deja un comentario:

XHTML - Tags permitidos:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>