Remote console access: Difference between revisions

From Scalelogic Wiki
Jump to navigation Jump to search
migrate>Ad-B
No edit summary
No edit summary
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Using this function, you can manage console tools remotely via the SSH protocol (secure shell).  
Using this function, you can manage '''console tools''' remotely via the '''SSH''' protocol (secure shell).


*'''Allowed network Addresses'''


Here you can assign network addresses (separated by a semicolon) which are granted remote access to the server. When left blank, the field indicates no restrictions.


<span style="font-size:medium;">'''cli<br/>'''</span>
*'''Console port'''


and cannot be altered. The password, however, can be changed.
The default port is 22222 for security reasons, because high-number ports are invisible to port scanners. You can only change the setting to a port within the 1024-65535 range. You cannot indicate ports already in use.


'''Allowed network Addresses'''<br/>Here you can assign network addresses (separated by a semicolon) which are granted remote access to the server.&nbsp; When left blank, the field indicates no restrictions.<br/>'''Console port '''<br/>The default port is 22222 for security reasons,&nbsp;because&nbsp;high-number ports are invisible to port scanners.&nbsp; You can only change the setting to a port within the 1024-65535 range.&nbsp; You cannot indicate ports already in use.<br/>'''Password '''<br/>Password length is 5 characters minimum.&nbsp; Be sure to use strong passwords.<br/>'''Confirm password '''<br/>Please retype your new password.
*'''Password'''
 
Password length is 5 characters minimum. Be sure to use strong passwords.
 
*'''Confirm password'''
 
Please retype your new password.


Password cannot contain:
Password cannot contain:


*special characters such as <span>' " ` ^ & $ # [ ] \/ | *</span>
*special characters such as ' " ` ^ & $ # [ ] \/ | *
*spaces
*spaces


To connect to the server from Linux/MacOSX systems use:
To connect to the server from '''Linux/MacOSX''' systems use:


<br/>'''''ssh -2 -p 22222 -l cli ip_address'''''
<br/>'''''ssh -2 -p 22222 -l admin ip_address'''''


where:
<br/>where:


*option: -2 indicates the SSH protocol version used for connection
*option: -2 indicates the SSH protocol version used for connection
*option: -p indicates the remote access port
*option: -p indicates the remote access port
*option: -l indicates the user (the user needs to be '''cli ''' )
*option: -l indicates the user (the user needs to be '''admin''')
*option: address_ip indicates the address of the server to which you want to connect
*option: address_ip indicates the address of the server to which you want to connect


You will be asked for the remote access password you have entered on the server.
You will be asked for the remote access password you have entered on the server.


To connect to the server from Microsoft Windows, download the free SSH client '''Putty ''':
<br/>To connect to the server from Microsoft Windows, download the free SSH client '''Putty ''':


<span style="font-size:medium;">[http://www.putty.nl http://www.putty.nl]</span>
::[http://www.putty.org http://www.putty.org]


*in the '''Host Name ''' (or '''IP address ''' ) field, enter the IP address of the server
*in the '''Host Name ''' (or '''IP address ''' ) field, enter the IP address of the server
*in the '''Port ''' field, enter the same port as in the server GUI (default 22222)
*in the '''Port ''' field, enter the same port as in the server GUI (default 22222)
*in the '''Protocol ''' field,&nbsp;select '''SSH'''
*in the '''Protocol ''' field, select '''SSH'''
*in the category: '''Connection ''' -> '''Data ''' -> '''Auto-login-username, ''' enter: '''cli'''
*in the category: '''Connection ''' -> '''Data ''' -> '''Auto-login-username, ''' enter: '''admin'''
*in '''Terminal ''' -> '''Keyboard ''' -> '''The Function Keys and keypad, ''' select '''VT100+'''
*in '''Terminal ''' -> '''Keyboard ''' -> '''The Function Keys and keypad, ''' select '''VT100+'''
*go back to the '''Session ''' category, enter the session name in the '''Saved Sessions ''' field, and click the '''Save ''' button
*go back to the '''Session ''' category, enter the session name in the '''Saved Sessions ''' field, and click the '''Save ''' button
*click on the newly saved session, click '''Open, ''' and enter the password.&nbsp; (If you have not entered the Auto-login-username, Putty will prompt you for a username.&nbsp; At the prompt, enter '''cli ''' ).
*click on the newly saved session, click '''Open, ''' and enter the password. (If you have not entered the Auto-login-username, Putty will prompt you for a username. At the prompt, enter '''admin''').
 
'''NOTE:'''
 
The default username login is: '''admin'''
 
[[Category:Help topics]]

Latest revision as of 12:30, 8 September 2020

Using this function, you can manage console tools remotely via the SSH protocol (secure shell).

  • Allowed network Addresses

Here you can assign network addresses (separated by a semicolon) which are granted remote access to the server. When left blank, the field indicates no restrictions.

  • Console port

The default port is 22222 for security reasons, because high-number ports are invisible to port scanners. You can only change the setting to a port within the 1024-65535 range. You cannot indicate ports already in use.

  • Password

Password length is 5 characters minimum. Be sure to use strong passwords.

  • Confirm password

Please retype your new password.

Password cannot contain:

  • special characters such as ' " ` ^ & $ # [ ] \/ | *
  • spaces

To connect to the server from Linux/MacOSX systems use:


ssh -2 -p 22222 -l admin ip_address


where:

  • option: -2 indicates the SSH protocol version used for connection
  • option: -p indicates the remote access port
  • option: -l indicates the user (the user needs to be admin)
  • option: address_ip indicates the address of the server to which you want to connect

You will be asked for the remote access password you have entered on the server.


To connect to the server from Microsoft Windows, download the free SSH client Putty :

http://www.putty.org
  • in the Host Name (or IP address ) field, enter the IP address of the server
  • in the Port field, enter the same port as in the server GUI (default 22222)
  • in the Protocol field, select SSH
  • in the category: Connection -> Data -> Auto-login-username, enter: admin
  • in Terminal -> Keyboard -> The Function Keys and keypad, select VT100+
  • go back to the Session category, enter the session name in the Saved Sessions field, and click the Save button
  • click on the newly saved session, click Open, and enter the password. (If you have not entered the Auto-login-username, Putty will prompt you for a username. At the prompt, enter admin).

NOTE:

The default username login is: admin