Update load_chroot_ssh ports

This commit is contained in:
Fabio Erculiani
2014-11-28 08:05:01 +00:00
parent 06c43507ed
commit 4e578f8e1a

View File

@@ -46,7 +46,7 @@ def spawn_ssh(args, chroot):
if __name__ == "__main__":
start_port = 2000
start_port = 3000
chroot_dir = "/sabayon/sources"
chroots = os.listdir(chroot_dir)
default_args = ["/usr/sbin/sshd"]