ipkg를 사용하여 openssh-sftp-server 설치 및 시작

ipkg를 사용하여 openssh-sftp-server 설치 및 시작

최종 목표는 sshfs를 통해 원격 컨트롤러를 설치하는 것입니다. ㅏ원격 호스트(라우터)다음 패키지가 설치됩니다.

user@remothostE8:/tmp/home/root# ipkg list_installed
asuslighttpd - 3.1.0.102 - 
bzip2 - 1.0.6-1 - 
downloadmaster - 3.1.0.104 - Download tools
expat - 2.0.1-1 - XML Parser library
ipkg-opt - 0.99.163-10 - The Itsy Package Manager
libevent - 2.0.20-1 - libevent to implement an event loop
libpar2 - 0.2-6 - A library for performing common tasks related to PAR recovery sets
libsigc++ - 2.2.3-1 - libsigc++ implements a typesafe callback system for standard C++.
libstdc++ - 6.0.2-6 - Standard C++ library, needed for dynamically linked C++ programs
libxml2 - 2.7.8-1 - Libxml2 is the XML C parser and toolkit developed for the Gnome project.
ncurses - 5.7-3 - NCurses libraries
openssh-sftp-server - 5.9p1-1 - sftp-server only from a FREE version of the SSH protocol suite of network connectivity tools.
openssl - 0.9.8v-2 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
pcre - 8.31-1 - Perl-compatible regular expression library
readline - 6.1-2 - The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are
spawn-fcgi - 1.6.3-1 - spawn-fcgi is used to spawn fastcgi applications
uclibc-opt - 0.9.28-1 - micro C library for embedded Linux systems
wxbase - 2.8.12-1 - wxbase is a basic (non-windows) part of wxWidget toolkit
zlib - 1.2.5-1 - zlib is a library implementing the 'deflate' compression system.

SFTP 설치:

ipkg install openssh-sftp-server

반환된 프로세스가 없습니다.

ps | grep -i sftp

CLI(명령줄)를 통해 원격으로 openssh-sftp-server를 시작하는 방법은 무엇입니까?

다음 프로세스가 반환될 것으로 예상됩니다.

1866 user     1416 S    sh -c /opt/libexec/sftp-server
1867 user     2672 S    /opt/libexec/sftp-server

위의 응답은 서로 다른 작업 위치에 있는 동일한 모델의 라우터에서 나오며 sshfs 목표를 충족합니다.

관련 정보