Tagged Questions
2
votes
1answer
67 views
How to script a database migration using SSH?
I am trying to create a sync.sh script that coordinates with our less-than-ideal version control for our website. This script will migrate a copy of the live database to our local development ...
3
votes
5answers
157 views
Multiple ssh sessions in single command
I'm trying to copy a database from one server to another. I tried using the following command and it's getting tied up on entering the ssh passwords. If I put in one server's password, it complains ...
1
vote
2answers
298 views
SFTP with Mysql user pass instead of PAM
Is there a way for people to log onto a debian server via sftp using just mysql database table as authentaction. IE not adding a user to the system?
I know it can be done over ftp and TLS but i ...