Remote console access: Difference between revisions

From Scalelogic Wiki
Jump to navigation Jump to search
Importing text file
 
No edit summary
 
(24 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). The default user is
Using this function, you can manage '''console tools''' remotely via the '''SSH''' protocol (secure shell).
<strong>
 
cli
*'''Allowed network Addresses'''
</strong>
 
and cannot be altered. The password, however, can be changed.
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.
<p>
 
<strong>
*'''Console port'''
  Allow IP
 
  <br/>
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.
</strong>
 
Here you can assign IP addresses (separated by a semicolon) which are granted remote access to the server.  When left blank, the field indicates no restrictions.
*'''Password'''
<br/>
 
<strong>
Password length is 5 characters minimum. Be sure to use strong passwords.
  Set port
 
  <br/>
*'''Confirm password'''
</strong>
 
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.
Please retype your new password.
<br/>
 
<strong>
Password cannot contain:
  Password
 
  <br/>
*special characters such as ' " ` ^ & $ # [ ] \/ | *
</strong>
*spaces
Password length is 5 characters minimum.  Be sure to use strong passwords.
 
<br/>
To connect to the server from '''Linux/MacOSX''' systems use:
<strong>
 
  Confirm password
<br/>'''''ssh -2 -p 22222 -l admin ip_address'''''
  <br/>
 
</strong>
<br/>where:
Please retype your new password.
 
</p>
*option: -2 indicates the SSH protocol version used for connection
<p>
*option: -p indicates the remote access port
Password cannot contain:
*option: -l indicates the user (the user needs to be '''admin''')
</p>
*option: address_ip indicates the address of the server to which you want to connect
<ul>
 
<li>
You will be asked for the remote access password you have entered on the server.
  special characters such as
 
  <span>
<br/>To connect to the server from Microsoft Windows, download the free SSH client '''Putty ''':
  ' " ` ^ &amp; $ # [ ] \/ | *
 
  </span>
::[http://www.putty.org http://www.putty.org]
</li>
 
<li>
*in the '''Host Name ''' (or '''IP address ''' ) field, enter the IP address of the server
  spaces
*in the '''Port ''' field, enter the same port as in the server GUI (default 22222)
</li>
*in the '''Protocol ''' field, select '''SSH'''
</ul>
*in the category: '''Connection ''' -> '''Data ''' -> '''Auto-login-username, ''' enter: '''admin'''
<p>
*in '''Terminal ''' -> '''Keyboard ''' -> '''The Function Keys and keypad, ''' select '''VT100+'''
To connect to the server from Linux/MacOSX systems use:
*go back to the '''Session ''' category, enter the session name in the '''Saved Sessions ''' field, and click the '''Save ''' button
<br/>
*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''').
<em>
 
  ssh -2 -p 22222 -l cli ip_address
'''NOTE:'''
</em>
 
</p>
The default username login is: '''admin'''
where:
 
<ul>
[[Category:Help topics]]
<li>
  option: -2 indicates the SSH protocol version used for connection
</li>
<li>
  option: -p indicates the remote access port
</li>
<li>
  option: -l indicates the user (the user needs to be
  <strong>
  cli
  </strong>
  )
</li>
<li>
  option: address_ip indicates the address of the server to which you want to connect
</li>
</ul>
<p>
You will be asked for the remote access password you have entered on the server.
</p>
<p>
To connect to the server from Microsoft Windows, download the free SSH client (
<a href="http://www.putty.nl">
  Putty
</a>
):
</p>
<ul>
<li>
  in the
  <strong>
  Host Name
  </strong>
  (or
  <strong>
  IP address
  </strong>
  ) field, enter the IP address of the server
</li>
<li>
  in the
  <strong>
  Port
  </strong>
  field, enter the same port as in the server GUI (default 22222)
</li>
<li>
  in the
  <strong>
  Protocol
  </strong>
  field, select
  <strong>
  SSH
  </strong>
</li>
<li>
  in the category:
  <strong>
  Connection
  </strong>
  -&gt;
  <strong>
  Data
  </strong>
  -&gt;
  <strong>
  Auto-login-username,
  </strong>
  enter:
  <strong>
  cli
  </strong>
</li>
<li>
  in
  <strong>
  Terminal
  </strong>
  -&gt;
  <strong>
  Keyboard
  </strong>
  -&gt;
  <strong>
  The Function Keys and keypad,
  </strong>
  select
  <strong>
  VT100+
  </strong>
</li>
<li>
  go back to the
  <strong>
  Session
  </strong>
  category, enter the session name in the
  <strong>
  Saved Sessions
  </strong>
  field, and click the
  <strong>
  Save
  </strong>
  button
</li>
<li>
  click on the newly saved session, click
  <strong>
  Open,
  </strong>
  and enter the password.  (If you have not entered the Auto-login-username, Putty will prompt you for a username.  At the prompt, enter
  <strong>
  cli
  </strong>
  ).
</li>
</ul>

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