search for: sshallow

Displaying 2 results from an estimated 2 matches for "sshallow".

Did you mean: shallow
2007 Dec 12
0
Understanding ResourcesAndRelationships
...writing this from scratch now: The following layout: --- File site.pp: import "groups/*" import "users/*" node default{ # I''d like to avoid the following line to be uncommented # include "group_users" include "user_james" } --- File groups/sshallowed_users.pp: class sshallowed_users{ "sshallowed_users": name => "sshallowed", ensure => present } class group_users{ "group_users": name => "users", gid => 1000, ensure => present } --- File users/user_james.pp: class user_james{ &qu...
2005 Aug 07
2
feature-request: trap-door
Hi, while discussing with friends how to 'hide' an ssh-entry to a system (using uncommon ports, "knocking" on a sequence of ports with telnet, etc) we saw the problem you need all that ports open on the client side as well. But maybe on the client side you are just a guest and those ports are locked for a good reason. So we had another idea: using a sequence of login-names