Changes

From SME Server
Jump to navigationJump to search
12 bytes removed ,  00:27, 18 April 2021
m
no edit summary
Line 1: Line 1:  
{{Languages|Ajaxterm}}
 
{{Languages|Ajaxterm}}
{{Warning box|Ajaxterm is no longer maintained since 2010 by its original author. You should consider to avoid this software as it may not be secure! as an example [[Shellinabox]] }}
+
{{Warning box|Ajaxterm is no longer maintained since 2010 by its original author. You should consider to avoid this software as it may not be secure! As an example of an alternative try [[Shellinabox]] }}
=== Maintainer ===
+
===Maintainer===
 
Michael Weinberger
 
Michael Weinberger
   −
=== Version ===
+
===Version===
   −
{{ #smeversion: smeserver-ajaxterm }}
+
{{#smeversion: smeserver-ajaxterm }}
      −
=== Introduction ===
+
===Introduction===
 
Ajaxterm is a web based terminal. See https://github.com/antonylesuisse/qweb and http://antony.lesuisse.org/software/ajaxterm/HEADER.html
 
Ajaxterm is a web based terminal. See https://github.com/antonylesuisse/qweb and http://antony.lesuisse.org/software/ajaxterm/HEADER.html
   −
=== Installation ===
+
===Installation===
    
  /usr/bin/yum install --enablerepo=smecontribs smeserver-ajaxterm
 
  /usr/bin/yum install --enablerepo=smecontribs smeserver-ajaxterm
Line 22: Line 22:  
after every ajaxterm restart you should issue a httpd-e-smith restart otherwise you will obtain a proxy error and httpd will disable the redirector.
 
after every ajaxterm restart you should issue a httpd-e-smith restart otherwise you will obtain a proxy error and httpd will disable the redirector.
   −
=== Usage ===
+
===Usage===
 
Point your browser to <nowiki>https://yourdomain.com/ajaxterm/index.html</nowiki>
 
Point your browser to <nowiki>https://yourdomain.com/ajaxterm/index.html</nowiki>
   −
* Login in to browser prompt as admin.
+
*Login in to browser prompt as admin.
   −
* Login to shell access as any user, NB, you may need to enter the servername at ''Host'' and port and ''SSH Port'' depending on your configuration.
+
*Login to shell access as any user, NB, you may need to enter the servername at ''Host'' and port and ''SSH Port'' depending on your configuration.
      −
=== Screenshot ===
+
===Screenshot===
 
[[Image:Ajaxterm-login.gif]]
 
[[Image:Ajaxterm-login.gif]]
      −
=== Configuration ===
+
===Configuration===
 
The Ajaxterm service is configurable by properties of the ''ajaxterm'' record in the SME server ''configuration'' database.
 
The Ajaxterm service is configurable by properties of the ''ajaxterm'' record in the SME server ''configuration'' database.
==== Restrict to login on localhost ====
+
====Restrict to login on localhost====
 
  config setprop Ajaxterm allowOnlyLocalhost yes
 
  config setprop Ajaxterm allowOnlyLocalhost yes
 
  service ajaxterm restart
 
  service ajaxterm restart
 
Only a login to local host is possible (default setting). Ajaxterm runs the 'su --login USER' command to login. You are asked for a username and password
 
Only a login to local host is possible (default setting). Ajaxterm runs the 'su --login USER' command to login. You are asked for a username and password
   −
==== Allow ssh login on all hosts ====
+
====Allow ssh login on all hosts====
 
  config setprop Ajaxterm allowOnlyLocalhost no
 
  config setprop Ajaxterm allowOnlyLocalhost no
 
  service ajaxterm restart
 
  service ajaxterm restart
 
Ajaxterm runs the 'ssh' command to login to a host. You are asked for hostname or IP, ssh port, username and password. If localhost or 127.0.0.1 is given as the host Ajaxterm falls back to the 'su --login USER' login command.
 
Ajaxterm runs the 'ssh' command to login to a host. You are asked for hostname or IP, ssh port, username and password. If localhost or 127.0.0.1 is given as the host Ajaxterm falls back to the 'su --login USER' login command.
   −
==== Browser login (Basic Auth) ====
+
====Browser login (Basic Auth)====
 
By default login with user ''admin'' is required on browser login. You can change this to any other user or a list of users separated by blanks.
 
By default login with user ''admin'' is required on browser login. You can change this to any other user or a list of users separated by blanks.
 
  config setprop Ajaxterm basicAuthUsers "user [user] ..."
 
  config setprop Ajaxterm basicAuthUsers "user [user] ..."
Line 52: Line 52:  
  service httpd-e-smith restart  
 
  service httpd-e-smith restart  
   −
==== Terminal size ====
+
====Terminal size====
 
By default the size of the terminal is 80 x 25 characters. Use the following commands to set a new size.  
 
By default the size of the terminal is 80 x 25 characters. Use the following commands to set a new size.  
 
  config setprop Ajaxterm width NEWWIDTH
 
  config setprop Ajaxterm width NEWWIDTH
Line 59: Line 59:  
Note: Increasing the size may decrease the speed.
 
Note: Increasing the size may decrease the speed.
   −
==== Web alias ====
+
====Web alias====
 
The default web alias is ''ajaxterm''. You can change it to any other name:
 
The default web alias is ''ajaxterm''. You can change it to any other name:
 
  config setprop Ajaxterm webAlias NEWALIAS
 
  config setprop Ajaxterm webAlias NEWALIAS
Line 66: Line 66:  
Then point your browser to the new URL: <nowiki>https://yourdomain.com/NEWALIAS/index.html</nowiki>
 
Then point your browser to the new URL: <nowiki>https://yourdomain.com/NEWALIAS/index.html</nowiki>
   −
==== Ajaxterm service port ====
+
====Ajaxterm service port====
 
By default Ajaxterm runs as a service (a python script) listening on port 8022. You can change the port using the following commands:
 
By default Ajaxterm runs as a service (a python script) listening on port 8022. You can change the port using the following commands:
 
  config setprop Ajaxterm servicePort NEWPORT
 
  config setprop Ajaxterm servicePort NEWPORT
Line 73: Line 73:  
  service ajaxterm restart
 
  service ajaxterm restart
   −
=== Uninstall ===
+
===Uninstall===
 
This removes the installed Ajaxterm package.
 
This removes the installed Ajaxterm package.
 
  service ajaxterm stop
 
  service ajaxterm stop
Line 80: Line 80:  
  service httpd-e-smith restart
 
  service httpd-e-smith restart
 
   
 
   
=== Bugs ===
+
===Bugs===
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
and select the smeserver-ajaxplorer component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-ajaxplorer|title=this link}}
 
and select the smeserver-ajaxplorer component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-ajaxplorer|title=this link}}
       

Navigation menu