w@lter
(usa elementary OS)
Enviado em 16/03/2012 - 17:25h
Prezados,
Estou montando na empresa onde trabalho um servidor linux com Debian Squeeze. A ideia de usar esse server é rodar o software quagga para que eu possar criar roteamentos internos. Eu queria acessar o quagga diretamente por ssh ou telnet atraves da minha estação de trabalho que é o win 7, para isso usarei o putty.
Bem, por telnet não consegui liberar a porta 23 de jeito nenhum entao desisti e tentei por ssh que até o momento também não consegui. Quando estava quase desistindo do projeto vi que poderia usar o openssh-server que aparentemente salvaria minha vida. Mas ao tentar instala-lo tive o seguinte problema;
root@PSSRVLNX02:~# apt-get install openssh-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
openssh-client
Suggested packages:
ssh-askpass libpam-ssh keychain rssh molly-guard ufw
The following NEW packages will be installed:
openssh-server
The following packages will be upgraded:
openssh-client
1 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 0 B/1,180 kB of archives.
After this operation, 786 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Reading changelogs... Done
Preconfiguring packages ...
dpkg: warning: 'ldconfig' not found in PATH or not executable.
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable.
dpkg: warning: 'update-rc.d' not found in PATH or not executable.
dpkg: 3 expected programs not found in PATH or not executable.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)
Alguem tem ideia de como resolver isso?
Grato.