XBMC Setup – Apple TV
- Plugin ATV2 and configure the device.
- Disconnect, connect to your laptop and run Seas0nPass.
- Re-connect ATV2 to the tv.
- SSH into the ATV2.
ssh root@
root@'s password: ''enter your password here, it should be "alpine" if you haven't changed it''
apt-get install wget
wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
apt-get update
apt-get install org.xbmc.xbmc-atv2
- Download IceFilms XML Zip file.
- Upload using SFTP to the ATV2 box. Just drop the ZIP in the Library folder.
- Open XBMC Go to Settings > Addons > Install from zip file Browse to your downloads and select it. Repository installed!
- Install Icefilms.info from within XBMC, by navigating to Settings > Addons > Get Add-ons > anarchintosh add-ons.
Remote Host Identifier Warning: Fix
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
5c:9b:16:56:a6:cd:11:10:3a:cd:1b:a2:91:cd:e5:1c.
Please contact your system administrator.
Add correct host key in /home/user/.ssh/known_hosts to get rid of this message.
Offending key in /home/user/.ssh/known_hosts:1
RSA host key for ras.mydomain.com has changed and you have requested strict checking.
Host key verification failed.
How do I get rid of this message?
If you have reinstalled Linux or UNIX with OpenSSH, you will get the above error. To get rid of this problem:
Solution #1: Remove keys
Use the -R option to removes all keys belonging to hostname from a known_hosts file. This option is useful to delete hashed hosts. If your remote hostname is server.example.com, enter:
$ ssh-keygen -R {server.name.com}
$ ssh-keygen -R {ssh.server.ip.address}
$ ssh-keygen -R server.example.com