PDA

View Full Version : Setting Up a Password for Telnet and FTP


OrionsHunter
06-03-2005, 11:49 PM
I have a recently upgraded 6.2 Series 2 DTiVo that I hacked to enable HMO using this guide:

http://www.thewallens.net/tivo/Tivo_unguide.html

Where in the author file do I setup a password for FTP and Telnet? Here is the author file that I used on my TiVo:



#!/bin/bash

export TIVO_ROOT=""

export MFS_DEVICE=/dev/hda10

export PATH=./:.:/utils:/bin:/sbin:/tvbin:/tivobin:/busybox

# start telnet

tnlited 23 /bin/bash -login &

# start ftp

tivoftpd

# add two static routes so the tivo doesn't phone home (stops breakage)

route add -host 204.176.49.2 gw 127.0.0.1

route add -net 204.176.49.0 gw 127.0.0.1 netmask 255.255.255.0


Thanks,

Orion

JJBliss
06-04-2005, 02:15 AM
Where in the author file do I setup a password for FTP and Telnet? Here is the author file that I used on my TiVo:


You don't.

Look at the busybox tools that Alphawolf has released for more information.

There should be a file called securelogin
Read the tcl