Procurve Grundlegendes: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 7: | Zeile 7: | ||
*confgure terminal | *confgure terminal | ||
*ip default 192.168.240.100 | *ip default 192.168.240.100 | ||
| − | ==ssh verbindung | + | ==ssh verbindung zulassen== |
configure modus | configure modus | ||
*configure terminal | *configure terminal | ||
| Zeile 14: | Zeile 14: | ||
ssh aktiviren | ssh aktiviren | ||
*ip ssh | *ip ssh | ||
| − | |||
| − | |||
copy & paste | copy & paste | ||
configure terminal | configure terminal | ||
crypto key generate ssh | crypto key generate ssh | ||
ip ssh | ip ssh | ||
| + | =ssh verbindung aufbauen (linux)= | ||
| + | *ssh ip -p 22 | ||
| + | =Terminal Settings= | ||
| + | Anzeigen | ||
| + | *show terminal | ||
| + | Terminal width: 80 length: 24 | ||
| + | Ändern | ||
| + | *terminal length 48 | ||
| + | |||
==telnet deaktiviren== | ==telnet deaktiviren== | ||
configure modus | configure modus | ||
Version vom 11. April 2016, 10:29 Uhr
system information anzeigen lassen
- show system-information
Host-name Setzen
hostname XXXXXX
Default Gateway setzen
- confgure terminal
- ip default 192.168.240.100
ssh verbindung zulassen
configure modus
- configure terminal
key generieren
- crypto key generate ssh
ssh aktiviren
- ip ssh
copy & paste
configure terminal crypto key generate ssh ip ssh
ssh verbindung aufbauen (linux)
- ssh ip -p 22
Terminal Settings
Anzeigen
- show terminal
Terminal width: 80 length: 24 Ändern
- terminal length 48
telnet deaktiviren
configure modus
- configure terminal
telnet server deaktiviren
- no telnet-server
speichern
- write memory
- Copy & Paste
configure terminal no telnet-server write memory