zoukankan      html  css  js  c++  java
  • How to SSH Into Your iPhone


    First, I will explain what SSH is and why we do it. SSH (Secure Shell) allows you to exchange data between two networked devices, using a secure channel. A jailbrokeniPhone has the ability to connect with your computer via SSH, giving you read and write access to your iDevice’s hard drive.

    You can repair damaged files, install games that aren’t in the App Store, and even turn your iDevice into a portable hard drive. I know it all sounds complicated, but we use applications to make the process as easy as browsing a folder on your computer. This is my quick and easy guide to SSH into your iPhone….

    For starters, your device must be jailbroken. You must also have an active Wi-Fi connection on both your iDevice and your computer.

    Step 1: Download Cyberduck. (Windows beta version here)

    Step 2: In your jailbroken iDevice, open ‘Cydia.app’ and do a search for ‘OpenSSH’. Go ahead and install it, and jump back on your computer.

    Step 3: Open the Cyberduck application we downloaded earlier and click the ‘Open Connection’ button.

    Step 4: In the server field you are going to type your iDevice’s IP address. This can be found by launching your ‘Settings.app’, selecting ‘Wi-Fi’, and selecting the blue arrow next to your wireless network. You should now see your IP address.

    Step 5: Select the ‘SFTP’ option in the drop down menu above where you just typed in your IP address.

    Step 6: In the Username field type in ‘root’. In the Password field type ‘alpine’. Click connect! You are now looking at the file system underneath Apple’s iOS!

    Note: The first SSH may take a bit, after that it should be fine. If you get an ‘Unknown Host’ message, just ignore it and click ‘Allow’.

    See that wasn’t so bad, was it? My last piece of advice would be BE CAREFUL. Deleting or manipulating the wrong files can turn your iPhone into a paperweight.

    Does anyone use a better SSH client? What ways are you using SSH? Tell us about it below!

  • 相关阅读:
    dubbo踩坑
    windows下面使用protobuf
    解决端口占用的问题
    建设检验
    统计学资料整理
    java cpu 负载高分析
    演讲/汇报
    管理和领导
    css渐变动画
    vue组件之间互相传值:父传子,子传父
  • 原文地址:https://www.cnblogs.com/zsw-1993/p/4879540.html
Copyright © 2011-2022 走看看