0%

ish configure

ish configure


iSH是一个模拟器,用来在ARM架构的iOS设备上模拟x86架构,让iOS设备在本地运行Linux Shell环境。iSH使用的Linux系统镜像是Alpine Linux,Alpine Linux是一个由社区开发的Linux操作系统,该操作系统以安全为理念,面向x86路由器防火墙虚拟专用网、IP电话盒及服务器而设计。

Download ssh

1
apk add openssh

Generate all kinds of Keypair

1
ssh-keygen -A

Run sshd

1
/usr/sbin/sshd

Download some common tools for Alpine Linux

1
apk add zsh git neofetch curl neovim

Switch to Tsinghua Source

1
sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories

Update apk

1
apk update

ssh connection

1
ssh userName@xxx.xxx.xxx.xxx -p port