Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Commits
887d4adc
Commit
887d4adc
authored
5 years ago
by
Angelina Filippova
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicate instructions from BBS/SSH tab
parent
01b2d671
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!83
Config improvements
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/settings/components/Esshd.vue
+0
-7
0 additions, 7 deletions
src/views/settings/components/Esshd.vue
with
0 additions
and
7 deletions
src/views/settings/components/Esshd.vue
+
0
−
7
View file @
887d4adc
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment