mirror of
https://github.com/geerlingguy/pi-isp.git
synced 2026-08-28 18:24:56 -05:00
13 lines
512 B
YAML
13 lines
512 B
YAML
---
|
|
usb_modem_device: ttyACM0
|
|
|
|
# The speed to negotiate for dialup connections. Set to lower rate if unstable.
|
|
# Valid options: 9600, 19200, 38400, 57600, and 115200
|
|
mgetty_data_speed: "38400"
|
|
|
|
# Set to `nocrtscts` (software control) if setting data speed to 9600 or lower.
|
|
ppp_flow_control: "crtscts"
|
|
|
|
# Encrypt with `openssl passwd -6` or `mkpasswd -m sha-512`. Default: 'dialpi'.
|
|
dial_user_password: "$6$YOt41d9tvZT/UcjF$e0djvJo8u1eTuXCyLxoocjV2abUoLBYu59p/oxYOWGvV/tiG4ONH9.ylhzk9HhvDiH4ePKcisZTY47xwFNOjw1"
|