[技術] Dropbear - 輕量化SSH Server and Client

Written on 2:16 下午 by Yu Lai

最近工作上需要在嵌入式系統中加入SSH Server,本來是要使用OpenSSH,
但Code size差太大(1.4M vs 170K),於是改用了Dropbear。

載點: http://matt.ucc.asn.au/dropbear/dropbear.html

以下是安裝方法:

# ./configure --host=mips-linux --disable-zlib
# make

編譯完後會產生出以下的執行檔:

1. dropbear : SSH Server
2. dbclient : SSH Client
3. dropbearkey : Key Generator
4. dropbearconvert : OpenSSH Key Convertor

在使用上記得要有host key,才能執行dropbear,沒有的要請透過dropbearkey來產生。

# dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
# dropbear

If you enjoyed this post Subscribe to our feed

No Comment

張貼留言