mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove old ssh allow method
This commit is contained in:
parent
2db6fbda69
commit
32fcbea757
1 changed files with 0 additions and 8 deletions
|
@ -797,14 +797,6 @@ def user_permission_info(permission):
|
||||||
import yunohost.ssh
|
import yunohost.ssh
|
||||||
|
|
||||||
|
|
||||||
def user_ssh_allow(username):
|
|
||||||
return yunohost.ssh.user_ssh_allow(username)
|
|
||||||
|
|
||||||
|
|
||||||
def user_ssh_disallow(username):
|
|
||||||
return yunohost.ssh.user_ssh_disallow(username)
|
|
||||||
|
|
||||||
|
|
||||||
def user_ssh_list_keys(username):
|
def user_ssh_list_keys(username):
|
||||||
return yunohost.ssh.user_ssh_list_keys(username)
|
return yunohost.ssh.user_ssh_list_keys(username)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue