首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > Linux > 交叉编译OpenSSH for IXP425 ARM Platform by MVL 3.0
【标  题】:交叉编译OpenSSH for IXP425 ARM Platform by MVL 3.0
【关键字】:OpenSSH,for,IXP425,ARM,Platform,by,MVL,3.0
【来  源】:http://blog.csdn.net/bekars/archive/2006/03/23/636041.aspx

交叉编译OpenSSH for IXP425 ARM Platform by MVL 3.0

下载openssh 3.5p1 http://www.openssh.org/

1)在x86环境下

./configure --sysconfdir=/etc/ssh     ssh密钥目录

编辑Makefile

2)在ssh和sshd的编译选项上加-static参数,静态编译,动态编译出来总是找glic 2.2.4库。

strip ssh sshd

3)/etc/ssh下放上sshd_config和密钥文件

4)touch /var/log/lastlog

5)加入sshd用户

/etc/passwd

sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin

/etc/group

sshd:x:74:

/etc/shadow

sshd:!!:13196:0:99999:7:::

6)拷贝随机数设备

/dev/urandom

crw-r--r--    1 root     root       1,   9 Mar 23 09:42 /dev/urandom

7)运行sshd

sshd -d -4

-d   debug模式

-4   只支持ipv4

 


 

sshd_config

# $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $

# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin

# This is the sshd server system-wide configuration file.  See sshd(8)
# for more information.

Port 22
Protocol 2,1
ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /etc/ssh/ssh_host_key
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
#
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes

# Logging
#SyslogFacility AUTHPRIV
LogLevel INFO
#obsoletes QuietMode and FascistLogging

RhostsAuthentication no
#
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
RhostsRSAAuthentication no
#
RSAAuthentication yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords yes

# Comment to enable s/key passwords or PAM interactive authentication
# NB. Neither of these are compiled in by default. Please read the
# notes in the sshd(8) manpage before enabling this on a PAM system.
#ChallengeResponseAuthentication no

# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

#CheckMail yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net
#ReverseMappingCheck yes

#Subsystem sftp /usr/libexec/openssh/sftp-server

OpenSSH的安装和设置:【上一篇】
交叉编译OpenSSL for IXP425 ARM Platform by MVL 3.0:【下一篇】
【相关文章】
  • OpenSSH的安装和设置
  • Webwork Forward 2 html
  • MVP 于 webform 的应用研究 (MVC 的修改架构)
  • ARM指令点滴
  • Visual Studio Tools for Office “v3” CTP!
  • GRAPPLE(Guidelines for Rapid APPLication Engineering)快速应用工程指导原则
  • 单击DataGrid的行,使这行的数据显示在这个页面的下面,有点像winform的一个列表
  • 世界是平的?目前仅是全球化3.0!
  • 幻影挂机3.056免费版下载
  • FBX Converter Utility在Sourceforge安家啦
  • 【随机文章】
  • 在Web界面下如何生成像资源管理器一样的树形目录
  • C语言编程技巧汇萃(上)
  • Thunder
  • Linux 创建文件系统及挂载文件系统流程详解
  • Apache Server的httpd.conf文件注释及配置指导
  • 我今天在做我們一個新的系統功能權限的時候,有一點新的想法,不知道是不是班門弄斧,歡迎扔扔雞蛋!
  • 第一天,在VM上试验!
  • c++动态分配内存
  • 彻底研究正则表达式
  • Linux Device Drivers学习笔记4--Chapter.4 Debugging Techniques
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.