User Tools

Site Tools


plugins:instantssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:instantssh [2015/06/12 00:49]
nuxwin [Requirements]
plugins:instantssh [2017/09/04 08:28] (current)
theemstra python-magic was missing from list of
Line 7: Line 7:
 ===== Introduction ===== ===== Introduction =====
  
-This plugin allows to give your customers a full or restricted shell.+This plugin allows to give your customers a full or restricted shell access.
  
 A customer to which SSH permissions are given can create SSH users and use them to login on the server. A customer to which SSH permissions are given can create SSH users and use them to login on the server.
Line 19: Line 19:
  
 <WRAP center round tip 80%> <WRAP center round tip 80%>
-If you want allow only the key-based authentication,​ you can set the **passwordless_authentication** +If you want allow only the key-based authentication,​ you can set the **passwordless_authentication** configuration option to **TRUE** in the plugin configuration file. Once you did the needed change, you must not forget to update the plugin ​list through the plugins management interface, else, the new value will not be taken into account.
-configuration option to **TRUE** in the plugin configuration file. +
-</​WRAP>​ +
- +
- +
-<WRAP center round important 80%> +
-Be aware that this plugin doesn'​t handle ​the '​AllowUsers'​ SSH configuration parameter. Thusif you're using this +
-parameter in your /​etc/​ssh/​sshd_config,​ this plugin will not work. Support for this parameter will be added in later +
-release.+
 </​WRAP>​ </​WRAP>​
  
Line 41: Line 33:
   * psmisc   * psmisc
   * python   * python
 +  * python-magic
   * strace   * strace
  
Line 47: Line 40:
   # aptitude update   # aptitude update
   # aptitude install bash build-essential busybox-static flex \   # aptitude install bash build-essential busybox-static flex \
-  libpam-chroot psmisc python strace+  libpam-chroot psmisc python strace ​python-magic
  
 ===== Installation ===== ===== Installation =====
/var/www/virtual/i-mscp.net/wiki/htdocs/data/attic/plugins/instantssh.1434070168.txt.gz · Last modified: 2015/06/12 00:49 by nuxwin