adsense from aus

Friday, December 4, 2009

mobile terminal and openSSH for iphone



Mobile terminal is developing by google group. It only supports some of the comments, but not all. Hope they can add in more functions, such as telnet.

OpenSSh:

Good tool, simply use mac terminal to connect:
ssh root@192.168.1.100
password: alpine

You can browser file with this.

or install filezilla or winscp client to browser.

Both tools are available at Cydia.


How to change password for openSSH?

Run Terminal and since this logs you in as mobile user by default you need to type at the prompt:
su root
password: (type alpine)

Now you should be logged in as root. Then just type:
passwd

It should now prompt you to type in a new password.

No comments: