<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.scalelogicinc.com/index.php?action=history&amp;feed=atom&amp;title=CLI_Access</id>
	<title>CLI Access - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.scalelogicinc.com/index.php?action=history&amp;feed=atom&amp;title=CLI_Access"/>
	<link rel="alternate" type="text/html" href="http://wiki.scalelogicinc.com/nx/index.php?title=CLI_Access&amp;action=history"/>
	<updated>2026-05-05T04:30:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>http://wiki.scalelogicinc.com/nx/index.php?title=CLI_Access&amp;diff=1126&amp;oldid=prev</id>
		<title>Ma-W: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.scalelogicinc.com/nx/index.php?title=CLI_Access&amp;diff=1126&amp;oldid=prev"/>
		<updated>2019-03-25T15:21:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:21, 25 March 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ma-W</name></author>
	</entry>
	<entry>
		<id>http://wiki.scalelogicinc.com/nx/index.php?title=CLI_Access&amp;diff=1125&amp;oldid=prev</id>
		<title>Ma-W at 14:28, 15 March 2019</title>
		<link rel="alternate" type="text/html" href="http://wiki.scalelogicinc.com/nx/index.php?title=CLI_Access&amp;diff=1125&amp;oldid=prev"/>
		<updated>2019-03-15T14:28:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Using this function, you can administer the system remotely with the SSH (Secure SHell) protocol.&lt;br /&gt;
&lt;br /&gt;
Default user is &amp;#039;&amp;#039;&amp;#039;&amp;#039;cli&amp;#039;&amp;#039;&amp;#039;&amp;#039; and cannot be changed - however, you can change the password.&lt;br /&gt;
&lt;br /&gt;
;Allow IP&lt;br /&gt;
:You can assign IP addresses (separated by a semicolon) which are granted&amp;amp;nbsp; access to server configuration. Empty field means no restriction.&lt;br /&gt;
;Set port&lt;br /&gt;
:Default port is 22223 for security reasons, because high ports are invisible to port scanners. You can change it to any port within the 1024-65535 range, except for the ports which are already used.&lt;br /&gt;
;Password&lt;br /&gt;
:Minimum password length is 5 characters. Be sure to use strong passwords.&lt;br /&gt;
;Confirm password&lt;br /&gt;
:Please retype your new password.&lt;br /&gt;
&lt;br /&gt;
Passwords cannot contain:&lt;br /&gt;
&lt;br /&gt;
*special characters:&amp;amp;nbsp;&amp;#039; &amp;quot; ` ^ &amp;amp; $ # [ ] \/ | *,&lt;br /&gt;
*spaces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example syntax of an SSH command:&amp;lt;br/&amp;gt;&amp;#039;&amp;#039;&amp;#039;ssh -2 -p 22223 -l cli ip_address command&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;-2&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the version of the ssh protocol used for the connection,&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;-p&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the connection port,&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;-l&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the user (the user must be &amp;#039;&amp;#039;&amp;#039;cli&amp;#039;&amp;#039;&amp;#039;),&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;ip_address&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the address of the server you want to connect to,&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;command&amp;#039;&amp;#039;&amp;#039;; use&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;help&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;to display all available commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will be asked for the password you entered in the CLI/API configuration menu.&lt;br /&gt;
&lt;br /&gt;
It is also possible to authenticate without a password by using the key generated after clicking&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;generate and download&amp;#039;&amp;#039;&amp;#039;, or downloading a previously generated key by clicking&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;download&amp;#039;&amp;#039;&amp;#039;.On GNU/Linux systems make sure that the key file has read only rights for the owner (400).&lt;br /&gt;
&lt;br /&gt;
Example syntax of an SSH command using a key:&amp;lt;br/&amp;gt;&amp;#039;&amp;#039;&amp;#039;ssh -i path_to_the_downloaded_key -2 -p 22223 -l cli ip_address command&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;-i&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the path to the downloaded key file,&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;-2&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the version of the SSH protocol used for the connection,&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;-p&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the connection port (default: 22223),&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;-l&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the user (the user must be &amp;#039;&amp;#039;&amp;#039;cli&amp;#039;&amp;#039;&amp;#039;),&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;ip_address&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;sets the IP address of the storage server you want to connect to,&lt;br /&gt;
*option:&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;command&amp;#039;&amp;#039;&amp;#039;; use &amp;#039;help&amp;#039; to show all available commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 Every time the&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;generate and download&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;button is pressed, it generates a new key and the old key expires.&lt;br /&gt;
[[Category:Help topics]]&lt;/div&gt;</summary>
		<author><name>Ma-W</name></author>
	</entry>
</feed>