start:cursos:cisco
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| start:cursos:cisco [2026/03/31 13:08] – [Cifrado de contraseñas] 192.168.10.1 | start:cursos:cisco [2026/03/31 14:43] (current) – [Niveles de acceso privilegiado] 192.168.10.1 | ||
|---|---|---|---|
| Line 1488: | Line 1488: | ||
| ``` | ``` | ||
| + | ==== Acceso SSH ==== | ||
| + | Para configurar el acceso por SSH, primero hay que generar una clave RSA en el servidor de al menos 768 bits. Esto se hace con `ip domain-name < | ||
| + | |||
| + | |||
| + | ``` | ||
| + | R1(config)# | ||
| + | R1(config)# | ||
| + | The name for the keys will be: R1.flackbox.com | ||
| + | Choose the size of the key modulus in the range of 360 to 2048 | ||
| + | for your General Purpose Keys. Choosing a key modulus greater | ||
| + | than 512 may take a few minutes. | ||
| + | How many bits in the modulus [512]: 768 | ||
| + | % Generating 768 bit RSA keys, keys will be non- | ||
| + | exportable...[OK] | ||
| + | ``` | ||
| + | |||
| + | SSh usa la misma línea que Telnet, pero con la directiva `transport input < | ||
| + | |||
| + | |||
| + | ``` | ||
| + | R1(config)# | ||
| + | R1(config)# | ||
| + | R1(config-line)# | ||
| + | R1(config-line)# | ||
| + | R1(config-line)# | ||
| + | R1(config)# | ||
| + | |||
| + | ``` | ||
| + | |||
| + | Luego, desde cualquier cliente ssh: | ||
| + | |||
| + | ``` | ||
| + | C:\> ssh –l admin 10.0.0.1 | ||
| + | Open | ||
| + | Password: < | ||
| + | R1> | ||
| + | ``` | ||
start/cursos/cisco.1774962533.txt.gz · Last modified: 2026/03/31 13:08 by 192.168.10.1
