SSH for WinCE

This is a port of OpenSSH.

News

Tue Feb 12 2002: Bug fixes in terminal emulation. Emacs works.
Bug fix for forwarding, needs celib.dll 3.08.
Thu Feb 14 2002: Fixed problem with auth file permissions.
Mon Feb 25 2002: scp and sftp added. ssh uses password dialog. 
Needs celib.dll 3.09.
Sat Apr 13 2002: Bugfix in MIPS port, which silently crashed in regcomp().

Screenshots

Installation

  • Get celib.dll 3.08 or greater and copy to windows directory.
  • Create bin directory on your device and copy ssh.exe there.
  • Set variables ROWS, COLS, CONSOLEFONTSIZE, PATH, HOME,TERM in the registry.
  • You might want to get console and add the termcap entry from it to the remote host.
  • You need a services file in $UNIXROOTDIR/etc. The file must contain an entry for ssh on port 22. You also need an $UNIXROOTDIR/etc/passwd file which contains an entry for root, uid 0. This is only used to look up the home directory.

    Problems

  • ANSI/VT100 is not fully supported. The am cap is currently not supported.
  • You will have to call stty rows nrows cols ncols after connecting.

    Future

  • Maybe port sftp.

    Download

    All files Sources

    See also

    Console Telnet

    Links

    OpenSSH Home
    Ports for CE 2.0
    Home