DGS-6604
m
ssh
CLI Reference Guide
839
The following example shows a ssh session using the crypto algorithm aes128-
cbc and an HMAC of hmac-sha1-96. The username is admin, and the IP is
20.74.19.200.
Switch# ssh -l admin 20.74.19.200
[email protected]'s password:
Chassis-based High-Speed Switch
Command Line Interface
Firmware: 2.10.001
Copyright (c) 2007 D-Link Corporation. All rights reserved.
Switch#
Switch# ssh -c aes128-cbc -m hmac-sha1-96 -l admin 20.74.19.200
[email protected]'s password:
Chassis-based High-Speed Switch
Command Line Interface
Firmware: 2.10.001
Copyright (c) 2007 D-Link Corporation. All rights reserved.
Switch#