-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SSH connection as option to the database credentials file (#169)
- Loading branch information
1 parent
acf09a6
commit 8eca12b
Showing
21 changed files
with
1,708 additions
and
1,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[CREDENTIALS] | ||
host=apollo.ai.uni-hannover.de | ||
user=testuser_pyexperimenter | ||
password=c2ncKK3siSBkCuGE |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CREDENTIALS: | ||
Database: | ||
user: example_user | ||
password: example_password | ||
Connection: | ||
Standard: | ||
server: example.mysqlserver.com | ||
Ssh: | ||
server: example.sshmysqlserver.com (address from ssh server) | ||
address: example.sslserver.com | ||
port: optional_ssh_port | ||
remote_address: optional_mysql_server_address | ||
remote_port: optional_mysql_server_port | ||
local_address: optional_local_address | ||
local_port: optional_local_port | ||
passphrase: optional_ssh_passphrase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.