Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
6749552c
Commit
6749552c
authored
Jun 26, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bit AuthorizedKeysFile added
parent
aa200904
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
src/wbl/pwrb/src/pwrb_td_distrcomponentmask.wb_load
src/wbl/pwrb/src/pwrb_td_distrcomponentmask.wb_load
+17
-5
No files found.
src/wbl/pwrb/src/pwrb_td_distrcomponentmask.wb_load
View file @
6749552c
!
! Proview $Id: pwrb_td_distrcomponentmask.wb_load,v 1.
3 2007-12-21 13:25:3
3 claes Exp $
! Proview $Id: pwrb_td_distrcomponentmask.wb_load,v 1.
4 2008-06-26 13:15:4
3 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -147,14 +147,14 @@ SObject pwrb:Type
EndBody
EndObject
!/**
! The .rhost file used by rsh is included. The source is fetched from
! The .rhost
s
file used by rsh is included. The source is fetched from
! 1. $pwrp_src/'nodename'/.rhosts
! 2. $pwra_db/.rhosts
!*/
Object RHostFile $Bit
Object RHost
s
File $Bit
Body SysBody
Attr PgmName = "RHostFile"
Attr Text = "RHostFile"
Attr PgmName = "RHost
s
File"
Attr Text = "RHost
s
File"
Attr Value = 1024
EndBody
EndObject
...
...
@@ -178,6 +178,18 @@ SObject pwrb:Type
Attr Value = 4096
EndBody
EndObject
!/**
! The .ssh/authorized_keys file used by ssh is included. The source is fetched from
! 1. $pwrp_src/'nodename'/.authorized_keys
! 2. $pwra_db/.authorized_keys
!*/
Object AuthorizedKeysFile $Bit
Body SysBody
Attr PgmName = "AuthorizedKeysFile"
Attr Text = "AuthorizedKeysFile"
Attr Value = 8192
EndBody
EndObject
EndObject
EndSObject
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment