HI friends,
I'm a new learner i want to know how to configure ssh and telnet services in linux.
#<service_name> <sock_type> <proto> <flags> <user> <server_path> <args> ftp stream tcp nowait root /usr/bin/ftpd ftpd -w telnet stream tcp nowait root /usr/sbin/telnetd
netstat: /proc/net/tcp6: No such file or directory netstat: /proc/net/udp6: No such file or directory netstat: /proc/net/raw6: No such file or directory tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
#<service_name> <sock_type> <proto> <flags> <user> <server_path> <args> 21 stream tcp nowait root ftpd ftpd /etc telnet stream tcp nowait root /usr/sbin/telnetd
504 Gateway Timeout Gateway timeout expired while waiting for server response.
# telnet 10.2.29.201 Trying 10.2.29.201... connected to 10.2.29.201. Escape character is '^]' Connection closed by foreign host.
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../libsndfile.so when searching for -lsndfile /usr/bin/ld: skipping incompatible /usr/local/lib/libsndfile.so when searching for -lsndfile /usr/bin/ld: skipping incompatible /usr/local/lib/libsndfile.a when searching for -lsndfile /usr/bin/ld: skipping incompatible /usr/lib/libsndfile.so when searching for -lsndfile /usr/bin/ld: cannot find -lsndfile
./configure --build=i686-pc-linux-gnu --disable-static && make