SSH Commands
nv show system ssh-server Show SSH server configurations. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.2002 25.02.3000 Updated command output | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/ssh-server | |
Related Commands | nv show system ssh-server | |
Notes | Applied for new connections only. | |
nv show system ssh-server port Show TCP port numbers for to listen for incoming SSH sessions. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.3000 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/ssh-server/port | |
Related Commands | nv show system ssh-server | |
Notes | Applied for new connections only. | |
nv set/unset system ssh-server inactive-timeout [<integer time>] Configure inactive timeout for ssh connections in minutes <0-35000>. | ||
Syntax Description | integer time | Number of minutes: 0–35000 minutes |
Default | 15 minutes | |
History | 25.02.2002 25.02.5002 Updated command syntax | |
Example |
| |
REST API | PATCH https://<ip>/nvue_v1/system/ssh-server/inactive-timeout | |
Related Commands | nv show system ssh-server | |
Notes | Applied for new connections only. | |
nv set/unset system ssh-server max-sessions [<integer sessions>] Configuring the maximum number of ssh connections <3–100>. | ||
Syntax Description | integer sessions | Number of sessions: 3–100 sessions |
Default | 100 | |
History | 25.02.2002 | |
Example |
| |
REST API | PATCH https://<ip>/nvue_v1/system/ssh-server/max-sessions | |
Related Commands | nv show system ssh-server | |
Notes | Applied for new connections only. | |
nv set/unset system ssh-server port Configure the ports for the systems ssh-server. | ||
Syntax Description | N/A | |
Default | 22 | |
History | 25.02.2002 25.02.5002 Updated command syntax | |
Example |
| |
REST API | PATCH https://<ip>/nvue_v1/system/ssh-server/port | |
Related Commands | nv show system ssh-server | |
Notes | Multiple ports can be configured. By default, port 22 is used. Any user configuration will remove the default, the user need to configure port 22 explicitly. | |