From 32fcbea757b2bf26b2008e6c024ee4985886664f Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 23 Sep 2020 05:47:10 +0200 Subject: [PATCH] [fix] Remove old ssh allow method --- src/yunohost/user.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/yunohost/user.py b/src/yunohost/user.py index 67fd43a03..b2dd79989 100644 --- a/src/yunohost/user.py +++ b/src/yunohost/user.py @@ -797,14 +797,6 @@ def user_permission_info(permission): 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): return yunohost.ssh.user_ssh_list_keys(username)