It is a lightweight, fast, and Powerful For security reasons, it will only support connection via SSH key.
"StrictHostKeyChecking=no" Disables host key verification on SSH connections. This can create a MITM (Man-in-the-Middle) vuln.
Only for Linux systems. Support for Windows systems has been discontinued.
(eval) executes the given expression as a shell string (full text). It is therefore very powerful. Use with caution!
Author: faruk-guler
chmod 600 config.ntr sources.ntr ~/.ssh/neutron.key
chmod 700 main.sh
./main.sh
./main.sh deploy.yaml # coming soon :(
shell # push /local/path/file.txt /remote/path/ # Parallel upload
shell # pull /var/log/app.log ./logs/ # Parallel down.
# Neutron Structure:
├── config.ntr # Server information (port, credentials)
├── main.sh # Main tool (bash runs commands)
├── sources.ntr # source list(IP/DNS, servers)
├── deploy.yaml # Optional long commands, scripts)# Start SSH Agent and load the Private key into the agent:
eval "$(ssh-agent -s)"
ssh-add /root/.ssh/neutron.key- SSH key passphrases
- SSH service and ports
