Agretzinger (Talk | contribs) |
(Policy page .. add some light Bug policy) |
||
| Line 49: | Line 49: | ||
* The askpass confirmation means that if a man-in-the-middle attack is attempted then your agent should prompt you when you didn't just establish a connection. If this happens then refuse the request. | * The askpass confirmation means that if a man-in-the-middle attack is attempted then your agent should prompt you when you didn't just establish a connection. If this happens then refuse the request. | ||
* Agent forwarding means a compromised jump host would be able to spoof an onward connection as your account | * Agent forwarding means a compromised jump host would be able to spoof an onward connection as your account | ||
| + | |||
| + | == Bugs == | ||
| + | (repeated from [[Meego_IT#Contact_points|IT team contact section]]). | ||
| + | |||
| + | The MeeGo IT team have 2 bug products: MeeGo IT Private and MeeGo IT. We use the private one for bugs which discuss secure or confidential information; sometimes we'll make a public bug private or a private bug public. The criteria are not well defined but in general we don't discuss specifics of our installation in public. Whilst we do not operate "security through obscurity", nor do we claim to be infallible - limiting information means that when we make errors, the information is less likely to leak and the window that we have to rectify the error without discovery should be larger. | ||
The policies on this page are aimed at administrative use of the system.
There are no firm guidelines for access to infrastructure systems. We operate a validated trust approach and require consensus from a number of members of the IT team to grant access.
There are multiple levels of trust:
Access is provided via ssh keys and not passwords.
Users are expected to take security of ssh private keys very seriously.
If you have any problems with implementing any of these rules then please talk to one of the IT team - they want you to get it right and will do their best to help you. (And it may help to know that they too will have struggled with ssh once upon a time!)
If you think you need an exception to a rule (eg group access, password access, unattended/cron access etc) then we'll be glad to help solve the problem you face. It's much better to get help to implement a secure solution than to "just" do something to make it work.
The following snippet can be usefully added to your .ssh/config
Host *.meego.com
User <USER>
IdentityFile ~/.ssh/id_rsa_meego
ServerAliveInterval 60
ForwardAgent no
Host access.meego.com
ProxyCommand none
Host *.in.meego.com
ProxyCommand ssh -q access.meego.com netcat %h 22
Notes:
(repeated from IT team contact section).
The MeeGo IT team have 2 bug products: MeeGo IT Private and MeeGo IT. We use the private one for bugs which discuss secure or confidential information; sometimes we'll make a public bug private or a private bug public. The criteria are not well defined but in general we don't discuss specifics of our installation in public. Whilst we do not operate "security through obscurity", nor do we claim to be infallible - limiting information means that when we make errors, the information is less likely to leak and the window that we have to rectify the error without discovery should be larger.