[Fail]Install on device

Hello, I trying to install example compiled deb to iPad 4(9.0.2), it fails with
dpkg: error processing /com.iosre.iosgreetings_iphones-arm.deb(--install): parse error, in file /var/lib/dpkg near line 3 package com.iosre.iosgreetings: depends field, syntax error after reference to package firmware

If i trying install from, mac I got ==> Installing… ssh: connect to host 192.168.0.101 port 22: Connection refused make: *** [internal-install] Error 255

SSH Error.

Control file wrong format

Which ssh package i need on ipad?
iphonedevwiki says, that all is installed, but i think problem with ipad ssh client?

nah.
SSH default uses port 22.
Which now, is occupied by the system.

You need to change that to something like 2222 or higher

Thanks for help!
Now here is another error:

root@192.168.0.101's password: 
dpkg: error processing /tmp/_theos_install.deb (--install):
 parse error, in file `/var/lib/dpkg/tmp.ci/control' near line 3 package `com.iosre.iosregreetings':
 `Depends' field, syntax error after reference to package `firmware'
Errors were encountered while processing:
 /tmp/_theos_install.deb
make: *** [internal-install] Error 1

My makefile

export THEOS_DEVICE_IP = 192.168.0.101
export ARCHS = armv7 armv7s arm64
export TARGET = iphone:clang:latest:9.1 #9.0.2=error

include theos/makefiles/common.mk

TWEAK_NAME = iOSREGreetings
iOSREGreetings_FILES = Tweak.xm
iOSREGreetings_FRAMEWORKS = UIKit
iOSREGreetings_LDFLAGS += -Wl,-segalign,4000

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
	install.exec "killall -9 SpringBoard"

you will APPARENTLY fail because you havn’t change the port yet.

Google “SSH Change Default Port” will get you tons of TUTs.
Like this :smile:

Then reboot and you shall ready to go.

Be REALLY CAREFUL though

no, ssh works fine with 22 port, i can connect with ssh root@192.168.0.101

so they changed it? No idea now.
Any new issues?

EDIT:
I still personally suggest change default port

do you mind upload your control file to mega so i can help you with the issue?
EDIT:
Or drop me a message at : zhang DOT naville AT me DOT COM

https://mega.nz/#!VVF3kI5T

okey, solved, i haven’t new line

Depends: mobilesubstrate, firmware (>= 8.0) Version: 1.0

need be

Depends: mobilesubstrate, firmware (>= 8.0) 
Version: 1.0

thanks for your help!

Nice
Please let me know if there are any further issues