Commit 6749552c authored by claes's avatar claes

Bit AuthorizedKeysFile added

parent aa200904
! !
! Proview $Id: pwrb_td_distrcomponentmask.wb_load,v 1.3 2007-12-21 13:25:33 claes Exp $ ! Proview $Id: pwrb_td_distrcomponentmask.wb_load,v 1.4 2008-06-26 13:15:43 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -147,14 +147,14 @@ SObject pwrb:Type ...@@ -147,14 +147,14 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! The .rhost file used by rsh is included. The source is fetched from ! The .rhosts file used by rsh is included. The source is fetched from
! 1. $pwrp_src/'nodename'/.rhosts ! 1. $pwrp_src/'nodename'/.rhosts
! 2. $pwra_db/.rhosts ! 2. $pwra_db/.rhosts
!*/ !*/
Object RHostFile $Bit Object RHostsFile $Bit
Body SysBody Body SysBody
Attr PgmName = "RHostFile" Attr PgmName = "RHostsFile"
Attr Text = "RHostFile" Attr Text = "RHostsFile"
Attr Value = 1024 Attr Value = 1024
EndBody EndBody
EndObject EndObject
...@@ -178,6 +178,18 @@ SObject pwrb:Type ...@@ -178,6 +178,18 @@ SObject pwrb:Type
Attr Value = 4096 Attr Value = 4096
EndBody EndBody
EndObject 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 EndObject
EndSObject EndSObject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment