From 887d4adc71848fbe11cd65dcceca0fada87acae9 Mon Sep 17 00:00:00 2001 From: Angelina Filippova <linakirsanova@gmail.com> Date: Fri, 24 Jan 2020 14:20:35 +0700 Subject: [PATCH] Remove duplicate instructions from BBS/SSH tab --- src/views/settings/components/Esshd.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/views/settings/components/Esshd.vue b/src/views/settings/components/Esshd.vue index 09ae5a98..38b0865e 100644 --- a/src/views/settings/components/Esshd.vue +++ b/src/views/settings/components/Esshd.vue @@ -2,13 +2,6 @@ <div v-if="!loading" class="form-container"> <el-form ref="esshdData" :model="esshdData" :label-width="labelWidth"> <setting :setting-group="esshd" :data="esshdData"/> - <el-form-item> - <p class="expl">Feel free to adjust the priv_dir and port number. - Then you will have to create the key for the keys (in the example <span class="code">priv/ssh_keys</span>) and create the host keys with - <span class="code">ssh-keygen -m PEM -N "" -b 2048 -t rsa -f ssh_host_rsa_key</span>. - After restarting, you should be able to connect to your Pleroma instance with <span class="code">ssh username@server -p $PORT</span> - </p> - </el-form-item> </el-form> <div class="submit-button-container"> <el-button class="submit-button" type="primary" @click="onSubmit">Submit</el-button> -- GitLab