From 006feeade74b9dfc20c12301afd79020db862836 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 15 Dec 2023 08:42:28 +0100 Subject: [PATCH] wip #6549 @0.25 --- app/bin/mount | 6 ++++-- ssh/known_hosts | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/bin/mount b/app/bin/mount index 10c299f..d0bf480 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -3,7 +3,8 @@ mkdir -p /files if mountpoint -q "/files"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /files + #sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /files + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /files fi mkdir -p /usfiles @@ -17,7 +18,8 @@ mkdir -p /application/protected/fluidbookpublication/docs if mountpoint -q "/application/protected/fluidbookpublication/docs"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs + #sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs fi mkdir -p /application/protected/fluidbookpublication/cache/pdffiles diff --git a/ssh/known_hosts b/ssh/known_hosts index a905356..15b1290 100644 --- a/ssh/known_hosts +++ b/ssh/known_hosts @@ -5,3 +5,5 @@ |1|mKUFrw5yaVObqqUyqPX2ZblGSJU=|N/t8/v/OCGgpmQ0g2yPMKlmBrAk= ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjxuUSPtG8VsDUKY+hNhE8zEl3FiZOCT2rcSlbk5YJ4zTHF9CkfyXRdq+XDHF3uDVUBKjqFMbWZbO15/eC4msEJxEk+VJr+nbsJS2u1GFSiRp950G7EXFJyCQvgQWBL78lrvvxUoRvYLngjmvuVsTQrLEwCoz7DgxlKSGA2NuAXIDdxlTe+CPjMfGcxAYO1TPMOpBuPC21X16J5dx16aAc8rwdXD+wHKKtb7ubhQ2T89LURDu4uGZDS82Ud4jRMtMceFKoHuLs1vy+E61OfN15CRLstCITcrTLNrVajfZhv/elqoxnOgI4IwYMFsdy2D6irG9XQLg0NDf+NUn1WmcVYpd2Xtjnevr4/MJPGFrFv8oTqOcYut3gnV1AeINKZYZpKloYXyaBaEEDaku3S5Uaei2SSpI7/Ma3QYAUcZAkMqm031mzg8GwAU69Kza33tXf8G0Uztcuaj7LP8fMX0TuIdxGPUQeSNPFVjuNbSUYyzOXXVLRrlbmKDPUAxdbRFE= |1|DgbUD/n8mqMNgs1FpIqmjeLIJsk=|3ykDcwNyfXxDx9yic3MDqQQBe+w= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHOwmaUmNaubKf3EtCPbLtN2pfVxLbFYe6wIQ7Vz8KNSf6Ar98s+JyZUXVGy6on6GoUbE4qocdJMq3OBkEyTiPQ= |1|DTRS3EJ9njI8kaeb4YwYXAVlqKo=|DnVYooVFJOEHP/578BBJn2M+5ig= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGHmBFtRV1QFSsWNpzA7SByVN7x+0BceVH6JzCupCyhF +|1|rWu3B4S+haz6wxsre56dsbylQ5I=|KjzU7YEWtr/fPk4JrAAEFRlZW4M= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEIbwg6rJgn3sVRiS0MIxzMWI0BCOyvpoU031Wr2O3jHyEtBPfntcURQHloxD0D6gsD1Ps56a3b4/SBQgWqZY6Y= +|1|Yl+KUqE+DEaA/yYVUZThZGe7Vps=|xb+l4yNHEKeqGDqooy+fLUXxans= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICpyrZeLDM50I8oI+KbpdGOuul0psGPJd0VeBKf8a12A -- 2.39.5