Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

Panel

# ssh-keygen -t rsa -q -N "" -f "C:\MFT\MFT Agent\agent_key"
# ssh-keygen -t rsa -q -N "" -f "C:\MFT\MFT Agent\client_key"

If OpenSSH is not installed or not available, the PuTTY tool can be used instead.

...

Panel

[agent]
# Listen IP Address
hostname = "0.0.0.0"
# Listen Port
port = "2222"
# SSH Priv Key
ssh_key = "C:\MFT\MFT Agent\agent_key"
# SSH Public Key
ssh_key_pub = "C:\MFT\MFT Agent\agent_key.pub"

# Service User
username = "mft"
# Service Password
password = "61ee8b5601a84d5154387578466c8998848ba089"

...

Panel

[client]
# MFT Agent Proxy Hostname or IP
hostname = "localhost"
# MFT Agent Proxy Listen Port
port = "2222"

# SSH Priv Key
ssh_key = "C:\MFT\MFT Agent\client_key"
# SSH Public Key
ssh_key_pub = "C:\MFT\MFT Agent\client_key.pub"

# Service User
username = "mft"
# Service Password
password = "61ee8b5601a84d5154387578466c8998848ba089"

# Default TTL to Connection Retry
ttl="5s"

# MFT Agent Client Admin API
[client.api]
# Listen Port
port="2280"

# MFT Waarp Gateway
[gateway]
# MFT Waarp Gateway Hostname or IP
hostname = "localhost"
# MFT Waarp Gateway Port
port = "18080"
# MFT Waarp Gateway Username/Password
username = "admin"
password = "admin_password"

...