sysadmin:settare_le_password
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sysadmin:settare_le_password [27/01/2026 09:37] – created lrosa | sysadmin:settare_le_password [27/01/2026 09:54] (current) – lrosa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Settare le password dei Catalyst ====== | ||
| + | Per l' | ||
| + | |||
| + | conf t | ||
| + | line console 0 | ||
| + | password PIPPO | ||
| + | login | ||
| + | exit | ||
| + | line vty 0 15 | ||
| + | password PIPPO | ||
| + | login | ||
| + | exit | ||
| + | exit | ||
| + | wr mem | ||
| + | |||
| + | Per ssh | ||
| + | |||
| + | ip domain name dom.ain.tld | ||
| + | crypto key generate rsa | ||
| + | ip ssh version 2 | ||
| + | line vty 0 4 | ||
| + | transport input ssh | ||
| + | login local | ||
| + | username admin password PIPPO | ||
| + | | ||
