Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Tym razem proszę o pomoc przy ssh
mianowicie zainstalowałem to na serwerze przez apt-get install ssh i teraz śmiga ale wyrzuca jakieś krzaki pokauzją sie cyferki jak coś chce zainstalować i na przykład mam potwierdzić T to mi wywala że przerwane jak uruchomię mc to wogóle katastrofa po poszukiwaniach dotarłem do tego że w konfiguracji ssh trzeba ustawić UTF-8 tylko pytanie gdzie w /etc/ssh mam plik ssh_config i jest tak
# This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for # users, and the values can be changed in per-user configuration files # or on the command line. # Configuration data is parsed as follows: # 1. command line options # 2. user-specific file # 3. system-wide file # Any configuration value is only changed the first time it is set. # Thus, host-specific definitions should be at the beginning of the # configuration file, and defaults at the end. # Site-wide defaults for some commonly used options. For a comprehensive # list of available options, their meanings and defaults, please see the # ssh_config(5) man page. Host * # ForwardAgent no # ForwardX11 no # ForwardX11Trusted yes # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no # BatchMode no # CheckHostIP yes # AddressFamily any # ConnectTimeout 0 # StrictHostKeyChecking ask # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_dsa # Port 22 # Protocol 2,1 # Cipher 3des # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc # EscapeChar ~ # Tunnel no # TunnelDevice any:any # PermitLocalCommand no SendEnv LANG LC_* HashKnownHosts yes GSSAPIAuthentication yes GSSAPIDelegateCredentials no
Chyba że to nie to więc proszę mnie pokierować gdzie szukać dziekuję
Offline
Jeżeli łączysz się przez PuTTY to zmień kodowanie w PuTTY na UTF-8
Ostatnio edytowany przez Piotr3ks (2008-04-01 16:56:51)
Offline
Dobra dzięki działa myslałem że na serwerku a to po prostu w programie. Teraz drugi problem jak widze mój poprzednik próbwał postawić mysql ale coś mu nie wychodziło i gdy teraz usiłuje zainstalować zainstalować serwer sql przy pomocy
aptitude install mysql-server-5.0 mysql-client-5.0 phpmyadmin wywala mi takie coś
Not replacing deleted config file /etc/phpmyadmin/apache.conf
Not replacing deleted config file /etc/phpmyadmin/config.footer.inc.php
Not replacing deleted config file /etc/phpmyadmin/config.header.inc.php
Not replacing deleted config file /etc/phpmyadmin/config.inc.php
Not replacing deleted config file /etc/phpmyadmin/htaccess
Not replacing deleted config file /etc/phpmyadmin/apache.conf
Not replacing deleted config file /etc/phpmyadmin/config.footer.inc.php
Not replacing deleted config file /etc/phpmyadmin/config.header.inc.php
Not replacing deleted config file /etc/phpmyadmin/config.inc.php
Not replacing deleted config file /etc/phpmyadmin/htaccess
jak definitywnie usunąć to wszystko z systemu i zainstalować ponownie próbowałem polecenia apt-get remove ale to ponownej instalacji znowu jest to samo
Ktoś mi pomoże ??? chciałbym odinstalowac serwer sql phpmyadmin aby nie pozostały w nim żadne ślady a następnie zainstalować go ponownie
Ostatnio edytowany przez Zawracki (2008-04-01 17:06:17)
Offline
aptitude purge <pakiet>
co to znaczy polecam przeczytać man
Ostatnio edytowany przez HunteR (2008-04-01 17:20:03)
Offline