11 lines
No EOL
364 B
Text
11 lines
No EOL
364 B
Text
# SSH connection string
|
|
# Examples:
|
|
# remote # Current user at hostname 'remote' on port 22
|
|
# user@10.0.0.1 # 'user' at address '10.0.0.1' on port 22
|
|
# user@10.0.0.1:600 # 'user' at address '10.0.0.1' on port 600
|
|
connection_string=""
|
|
|
|
# Absolute path to media directory on remote machine
|
|
# Example:
|
|
# /home/<user>/video
|
|
media_directory="" |