Search results

  1. M

    sftp server does not recognize pem key

    Hi all, I honestly don't know the reason, but the sftp server I connect to always ask me the password when I present the pem key in the command line my command is: scp -i /home/.ssh/mykey.pem [email protected]:out/myfile.txt ./home/files the only thing that maybe could be...
  2. M

    optimize crontab sequence timing to minimize "downtimes"

    Hi all, I have many task in my crontab and I would have to optimize scheduling minimizing "down-times" between two tasks... I thought a kind of task to be launched in background that take all the tasks in the crontab, in sequence and with their timings: then it launch one task immediately after...
Top