Explorar el Código

Merge pull request #33 from lbonanomi/ssh-tt

Added `ssh -tt`
pull/37/head
@trimstray hace 5 años
committed by GitHub
padre
commit
48ef1ba1dd
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      README.md

+ 6
- 0
README.md Ver fichero

@@ -1627,6 +1627,12 @@ function _scg() {
}
```

###### SSH login without processing any login scripts

```bash
ssh -tt user@host bash
```

___

##### Tool: [linux-dev](https://www.tldp.org/LDP/abs/html/devref1.html)


Cargando…
Cancelar
Guardar