C613-50170-01 Rev B
Command Reference for x510 Series
2692
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
CLEAR
SSH
clear ssh
Overview
This command deletes Secure Shell sessions currently active on the device. This
includes both incoming and outgoing sessions. The deleted sessions are closed.
You can only delete an SSH session if you are a system manager or the user who
initiated the session. If
all
is specified then all active SSH sessions are deleted.
Syntax
clear ssh {<
1-65535
>|all}
Mode
Privileged Exec
Examples
To stop the current SSH session 123, use the command:
awplus#
clear ssh 123
To stop all SSH sessions active on the device, use the command:
awplus#
clear ssh all
Related
Commands
Parameters
Description
<
1-65535
>
Specify a session ID in the range 1 to 65535 to delete a specific session.
all
Delete all SSH sessions.