Fox-Jack v0.0.1-dev release notes
Flashing to SD Card – Fox-Jack
Flash the bootable image to your SD card using the blkenvflash tool.
Step-by-Step Instructions
sudo ./blkenvflashYou will see a warning:
WARNING: Check the SD card dev path! blkenvflash can overwrite your system drives!
Enter your SD card dev path (/dev/sxx)... >
Warning
Double-check your SD card device path (e.g. /dev/sdb).
Entering the wrong device may overwrite your OS drive!
Default Login and SSH Access
-
Default root password:
foxjack -
SSH configuration:
- Password login is disabled by default for security:
PermitRootLogin prohibit-password - For build release images, we enable:
PermitRootLogin yes
- Password login is disabled by default for security:
Note
IMPORTANT
After your first login:
- Add your SSH public key to
/root/.ssh/authorized_keys - Edit
/etc/ssh/sshd_configand set:
PermitRootLogin prohibit-password
- Restart SSH:
/etc/init.d/<sshd daemon> restart
Version v0.0.1-dev by KaliAssistant