mirror of
https://github.com/moul/sshportal.git
synced 2024-11-10 17:26:41 +08:00
16 lines
No EOL
480 B
Text
16 lines
No EOL
480 B
Text
graph {
|
|
rankdir=LR;
|
|
node[shape=box,style=rounded,style=rounded,fillcolor=gray];
|
|
|
|
db[color=gray];
|
|
|
|
user1 -- sshportal -- host1[color=red,penwidth=3.0];
|
|
user2 -- sshportal -- host2[color=blue,penwidth=3.0];
|
|
user3 -- sshportal -- host1[color=purple,penwidth=3.0];
|
|
user2 -- sshportal -- host3[color=green,penwidth=3.0];
|
|
userN -- sshportal[style=dotted];
|
|
sshportal -- hostN[style=dotted];
|
|
sshportal -- db[style=dotted,color=grey];
|
|
|
|
{ rank=same; sshportal; db; }
|
|
} |