Branches
Comments
[»]
Is Silk Tree secure?
by Aleksandr O. Levchuk - May 8th 2008 11:47:04
The answer is no.
Silk Tree is an attempt to isolate the receiver side from the
sending side (master host), so that if the sending side is compromised
then the other side stays unaffected.
This goal is not archived because if the adversary is able to ssh
into the receiving side as the silktree user then the adversary is able
to push anything into the /etc/passwd and /etc/group of the
receiver.
The sending side is isolated from the receiving side because of the
one-way design of SSH and I am careful not to start executing any data
that is gathered from the receiving side.
Having this said, I would still prefer Silk Tree over the
SSHing-as-root method.
--
--------------------------------------------
Aleksandr Levchuk
University of California, Riverside
1-951-368-0004
--------------------------------------------
[reply]
[top]
|