Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hpc-team
HPCasCode
Commits
14d2f80a
Commit
14d2f80a
authored
9 years ago
by
Jupiter Hu
Browse files
Options
Downloads
Patches
Plain Diff
fixed openssh bug
parent
3559bd7e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/ldapclient/tasks/configLdapClient.yml
+5
-0
5 additions, 0 deletions
roles/ldapclient/tasks/configLdapClient.yml
roles/openssh/tasks/installSsh.yml
+5
-0
5 additions, 0 deletions
roles/openssh/tasks/installSsh.yml
with
10 additions
and
0 deletions
roles/ldapclient/tasks/configLdapClient.yml
+
5
−
0
View file @
14d2f80a
...
...
@@ -43,4 +43,9 @@
service
:
name=sssd state=started
sudo
:
true
-
name
:
"
start
idmpad"
service
:
name=rpcidmapd state=started
sudo
:
true
when
:
nfs_server is defined
This diff is collapsed.
Click to expand it.
roles/openssh/tasks/installSsh.yml
+
5
−
0
View file @
14d2f80a
...
...
@@ -70,4 +70,9 @@
-
"
Ciphers
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour"
notify
:
restart openssh
sudo
:
true
-
name
:
link ssh
file
:
src={{ ssh_dir }}/bin/ssh path=/usr/bin/ssh state=link force=yes
sudo
:
true
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