Slackware :: Can't Ssh Into Slack 13.37 'Host Key Verification Failed'
Jul 14, 2011
I have Slack 64 bit installed on my desktop, sshd is running. From my netbook running Ubuntu I can not connect through ssh, I always get 'Host key verification failed' message. I have tried a lot of things, I got to a point where I could not ssh either way. So today I removed and re-installed Openssh on both systems. I made sure I was using the new ssh_config and sshd_config files on both systems. Right now I can ssh from the desktop ( Slack ) to Ubuntu ( netbook ) but not the other way around. I do not get a known_hosts file created on Slack, I do get one on Ubuntu. I don't understand why Openssh server on Slack is not accessible, and why the known_hosts file is not getting created.
[code]...
is what I have installed. Most of the suggestions I have found suggest deleting the entry for the remote host. Problem is it never gets created. How do I go about fixing this? This is a link to the last howto I followed, after the re-install of Openssh. [URL]...
View 13 Replies
ADVERTISEMENT
Feb 6, 2010
i'am running:
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
kernel: 2.6.31-16-generic
pc and laptop are connected via switch. hard wired and static ip on ubuntu side is a wlan running connected to the internet. on my laptop: i am running:
Distributor ID: SuSE
Description: SuSE Linux 9.0 (i586)
Release: 9.0
Codename: n/a
kernel: 2.4.21-99-default ( year 2004 )
on unbuntu side i use: SSH-2.0-OpenSSH_5.1p1 Debian-6ubuntu2. on suse side i use: SSH-1.99-OpenSSH_3.7.1p2. both sides are using: Protocol 2 and ServerKeyBits 768 and now my problem. i can connect from ubuntu to suse using ssh without a problem. when i try to connect from suse to ubuntu i always get: Host key verification failed and nothing else. no hint about middle man attack or so. no change to answer -> save the new key. the permissions of ~/ssh my both sides are id_rsa.pubcorrect i think ( drwx------) and the permissions of : authorized_key, id_rsa, known_hosts are all - -rw------- 1 ( not linked or so ).
View 2 Replies
View Related
Jan 30, 2011
I just installed openssh-server, and all tutorials say it should work out of the box. But it doesn't, it dies with "Host key verification failed."
Here is the log:
Code:
nick@rilmir:~$ ssh -vv localhost
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
[Code].....
View 9 Replies
View Related
Mar 29, 2011
I know that there are multiple threads with problems like this, but still i didn't found my answer.
The situation is like this:
I have a local server and a remote server, i did a ssh key swap so i can log on to the remote server with no problems (automatically logging on, no need to enter pass or login).
I've made a script that copies (with SCP) a file FROM the REMOTE server TO the LOCAL server (NOT FROM the LOCAL server to the REMOTE server !!!!), and then i get an error like code...
View 2 Replies
View Related
Sep 27, 2010
Im trying to do a remote execution of scripts through SSH in PHP. What im doing:
-Use PHP in conjunction with nagios' check_by_ssh script to execute the script.
-I used
[code]...
-It gives me a 'Host key verification failed' error even though i enabled it to ssh from my server to server01 without password. My Qn: How do i get it to work?
View 3 Replies
View Related
Mar 12, 2010
I am running 5.4 64 bit I am trying to connect via ssh on a laptop running Ubuntu. I receiving this error. Cannot display locations "sftp://10.66.77.201" Host key verification failed I searched around the web and some say that I should have a .ssh folder but I don't see one under the home folder. I re-installed ssh but I am still having problems.
View 2 Replies
View Related
Mar 29, 2010
I get the following prompt everytime I try to connect a server using SSH.
I type "yes", but is there a way to aovid this?
The authenticity of host '111.222.333.444 (111.222.333.444)' can't be established.
RSA key fingerprint is f3:cf:58:ae:71:0b:c8:04:6f:34:a3:b2:e4:1e:0c:8b.
Are you sure you want to continue connecting (yes/no)?
View 3 Replies
View Related
Apr 18, 2011
I have just reinstalled slackware on my old p4 3.2 box clean install formatted hard drive no other packages installed.is there something seriously changed from slack 10 to slack 13.1 ?? or do i suffer from C.R.S ( cant remember s***)
View 5 Replies
View Related
May 17, 2011
I recently reinstalled my workstation from OpenSuse 11.2 to 11.4. After the installation, I found that I could not run zypper anymore. A few things to note first.
- OpenSuse 11.4 x64 - behind corporate firewall (which worked fine with zypper as long as a proxy was configured with previous versions
- used that ZYPP_ARIA=0 variable previously to help). - proxies configured in /etc/sysconfig/proxy. - all other network utilities I normally use (browser, ssh) all work fine. - I have removed all repositories and added them again several times. I have also done "zypper clean" several times not that I would expect that to be better than removing and re-adding the repositories. When I attempt to run "zypper ref" or "zypper in foo" I get the following:
[code]...
If I manually use wget to grab the package and either run it directly or insert it into the /var/cache/zypp tree (replacing the metalink version zypper complains about) it always works and gives me the right file.....
View 1 Replies
View Related
Aug 6, 2010
I am having an issue with HTTPS certification using curl. My curl is configured with OpenSSL. If the certification verification is failed I dont want to terminate the operation, instead I want to continue by just putting a log message. For this I have used OpenSSL SSL_CTX_set_verify() function to set my static C callback function. During HTTPS transaction, my callback is also getting called with first parameter 0 or 1 (depending upon of the certificate verification is success or failure). But even if my certification verification is failure, I want to continue. So I have hard coded to return value as 1 always from my callback function. But still I see the certification error and I don't get the page.
View 1 Replies
View Related
Dec 9, 2008
I got the below copied error while the openSUSE Updater wanted to make 2 security updates today.
[code]...
What should be the correct URL. My system has taken the URL from the YAST/Software/Add-On-Product/Community Repository and now it looks like it is not valid anylonger.
View 9 Replies
View Related
Apr 18, 2011
I've install Slackware 13.1 and i cannot shutdown my PC. The shut down process stop while trying to run PCMCIA module.
This is the first time that happens.
From Hardware point of view , i didn't do anything at all (if that helps).
View 5 Replies
View Related
Dec 23, 2010
Anyone upgraded php to 5.3.x in slack 13.1?
Could you please share the slackbuild?
View 7 Replies
View Related
Jul 2, 2011
I installed a slack 13.7 on an old laptop. KDE was set as default desktop. then I login and run startx and I saw KDE first screen display. after that I saw blank screen with a mouse on it. Then it stayed there and it seems try read some in my harddisk since the persistent harddisk light.
View 3 Replies
View Related
May 2, 2011
When I try to put slackware to sleep or have it hibernate the system simply sits with a black screen. Normally it would do this for a short period of time immediately before the actual sleep state (screen powered off, croissant light on) is entered, but currently it does it indefinitely. My sleep USED to work just fine, it broke after some unclean shutdown or another, basically I just want to know what I can try resetting to try to get it back to normal.
Slackware64 13.1, running on thinkpad X61.
EDIT: Of course the second I make the post I think of trying to sleep/hibernate from the command line instead of through X/GDM (Gnome SlackBuild). That works.
View 1 Replies
View Related
May 2, 2011
I have some doubts about the official Pat's upgrading procedure. In the UPGRADE.TXT file, one of the stepts says:
Code:
upgradepkg --install-new *.t?z What does --install-new mean? Pkgs I have no installed on my 13.1 will be installed on the 13.37 upgrade? For example, I did not installed KDE on 13.1. Will be installed when upgrade? - What about third party pkgs? Slacky, SlackBuilds.org, compiled by myself. Should I remove them before upgrading slack?
View 10 Replies
View Related
Sep 1, 2010
Does it mean that a 64 bit version is not multi-core?
View 11 Replies
View Related
Dec 23, 2009
I have a XPS 1530 and when I type
lsusb
[code]
It seems to be that the camera is recognized by the OS but it is not working when I try to use it in skype or in EVO.
View 1 Replies
View Related
Mar 21, 2011
Has anyone here succeeded in getting armed slack running on a consumer kirkwood device .ie. one without serial console? I have a tonido plug that I want to liberate. By default the plug boots first from the external usb, so I would only need to set up / on the first partition. I would be very interested to know if someone had managed to install slack to the internal nand without bricking it.
View 9 Replies
View Related
Dec 18, 2010
I downloaded Qt SDK file (530 MB and file is ok ) qt-sdk-linux-x86-opensource-2010.05.1.bin, I type in console ( slackware ) like in manual for installation at site
Quote:
chmod u+x qt-sdk-linux-x86-opensource-2010.05.1.bin
but when I type second command for installation
Quote:
./qt-sdk-linux-x86-opensource-2010.05.1.bin
I get error message
Quote: bash: ./qt-sdk-linux-x86_64-opensource-2010.05.1.bin: cannot execute binary file How to install ?
View 7 Replies
View Related
Jan 30, 2010
I compiled it from source, i installed it via slackbuild but it didn't work. When i go imlib-config --version it shows me the old one, and when i try to install giblib it tells me that imlib2 is not installed. I watched the output from the installing of imlib2 and i realized something's wrong: there are several suspicious warnings :
[Code]...
View 10 Replies
View Related
Feb 8, 2011
I don't know if i'm doing anything wrong but, to change the bootsplash picture its just change the slack.bmp in lilo.conf and reboot?
View 6 Replies
View Related
Mar 18, 2010
my problem, I have Slackware 13 dual booted with vista on a dell 1545 2 ghz 2gig ram. to these forums I have gotten everything working except my creative zen vision M 30g. I have tried alll the suggestions posted here and other places on the net. Here is my output from lsusb.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code]...
any way i can transfer files back and forth to this would be great since it does not work in vista either. and I am pretty sure 99.9% that I have all the libmtp, libnjb, and whatever other libs are needed installed but in gnomad it says no devices found on USB hub. I hope this is enough info and someone out there has the trick or maybe I am missing something obvious.
View 2 Replies
View Related
Jul 9, 2010
i installed compiz fusion on my slack 13.1 i installed in the good order all the packages nevetheless when i try to use DBUS in command line i don't have any response from compiz
here is one example
Code:
dbus-send --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/switcher/allscreens/next org.freedesktop.compiz.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'`but no reaction .what can i check to have a functionnal DBUS ?
View 3 Replies
View Related
Feb 26, 2010
I have downloaded the packages from Slackbulids and installed also the required packages from slacky.eu but still it says that probably pyqt is not installed. I have installet latest Sip and latest pyqt ver 4.
View 1 Replies
View Related
Apr 30, 2010
i know that there is a reset button on the back but after reset i dont know what to do with it. right now i m using pppoe connection which only works in windows and bt4 and i want to make it run in slack 'cause now slack is my main os(66hr since i switched to it :0) so i want to configure the modem in a way that i work in slack. and i m dumb about PPP/TCIP/DHCP and btw i like "the" slack
View 7 Replies
View Related
Jul 6, 2011
I like GNOME. So, I want to install gnome 3 as my desktop environment.
View 9 Replies
View Related
May 31, 2011
I installed slackware on my laptop last night, :-) very happy. Can't wait to learn more about linux and even computers in general. I've already learnt heaps since entering the alternative operating system world. Anyways, i've got xfce up and running with slack now, created a new user 4 my self. And now i'd like to get some updates and stuff, but i need to use my mobile broadband. It's a telsta dongle If that changes the circumstances. How would i go about setting this up?
View 2 Replies
View Related
Sep 4, 2010
I am trying to setup a PXE booting environment in my network and I almost got it to work... Only it does not quite work yet... Basically, I want my laptop or any other machines to boot from my network. I followed the instructions from AlienBob to do so. I setup my laptop to boot from the NIC, it automatically gets an IP from the DHCP server (pfSense);
I setup my gateway/DHCP server (pfSense) as is: -The IP address from the network boot server: 192.168.0.101 (the server where my slackware mirror and all tftp boot files are) -The filename used for network booting: /mnt/it-maintenance/tftpboot/slackware-13.1/pxelinux.0 (the absolute address of pxelinux.0 in my server)
I setup the network boot server (running slack 13.1) as is: -uncommented the line in inetd.conf to have:
Code:
tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot -r blksize
-added a NFS share to /etc/exports to have:
Code:
/mnt/it-maintenance/operating-systems/slackware-13.1
192.168.0.106(ro,sync,insecure,all_squash)
[Code]...
View 8 Replies
View Related
Dec 24, 2009
I am having problems getting Seamonkey 2 and 2.0.0.1 to run on Slackware 12.2. I have tried the packages for 12.2 in patches/packages/ and the package from the seamonkey website, both with identical results. Seamonkey appears to start, and does appear in the process list, however no windows appear and it uses little memory and no CPU cycles. No messages appear in the console if I start it from there. I have to kill the processes (seamonkey , run-mozilla and seamonkey-bin). I have tried removing my Seamonkey profile, with the same results.
If I try to build the slackbuild I get this error:
Code:
checking for cairo >= 1.8.8 freetype2 fontconfig... Requested 'cairo >= 1.8.8' but version of cairo is 1.6.4
configure: error: Library requirements (cairo >= 1.8.8 freetype2 fontconfig) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
configure: error: ./configure failed for mozilla
/usr/bin/gmake -C mozilla default
gmake[1]: Entering directory `/tmp/comm-1.9.1/mozilla'
gmake[1]: *** No rule to make target `default'. Stop.
gmake[1]: Leaving directory `/tmp/comm-1.9.1/mozilla'
make: *** [default] Error 2
The version of Cairo I am running is the standard Slackware 12.2 version cairo-1.6.4-i486-1.tgz, which to my knowledge, has never been updated (there is nothing in /patches/packages for it, anyway).
View 5 Replies
View Related