Freeshell VPS
挂机编译、跑实验程序……只要您有科大邮箱,就可以申请一个属于自己的 VPS,拥有一个24小时不停机的高性能 Linux 主机。 ————Freeshell之父.boj
https://freeshell.ustc.edu.cn/
服务邮箱 freeshell@ustclug.org (由yifan安利使用www.kf5.com)
使用ssh连接
通过邮件获得freeshell的内网ip和公网端口映射
如
IP: 10.70.0.1 port 22 -> 202.141.160.95:30001
ssh默认端口为22, 故通过10.70.0.1的22端口
ssh root@10.70.0.1
或公网端口
ssh root@202.141.160.95 -p 30001
都可以登录