Listing 6: Using ssh to Forward FTP

[email protected]:~/ > ssh -2 -f [email protected] -L \
7777:zippy:21 sleep 20
Enter passphrase for DSA key
'/home/mick/.ssh/id_dsa':
[email protected]:~/ > ncftp -p 7777 localhost