I tried the one with no graphics. Taking an ssh connection to the virtual machine doesn’t work quite well. The connection is broken after very short timeout. This can of course be intentional. Also the installing packages with yum doesn’t work altough internet connection works. So what I’m trying to say is that in my opinion this is a little too barebone image. Thanks anyway for putting it up.
@Pekka Lahtelainen
Thanks for your feedback.
In my tests I found a lag for GSSAPIAuthentication in sshd
You can fix it with set “no” the relative entry with this code:
sed -i 's/GSSAPIAuthentication\ yes/GSSAPIAuthentication\ no/g' /etc/ssh/sshd_config
and restart sshd service sshd restart
On yum installation, instead we have not problems.
thank for share this centos image file. I will try this image before download a full dvd installer
I tried the one with no graphics. Taking an ssh connection to the virtual machine doesn’t work quite well. The connection is broken after very short timeout. This can of course be intentional. Also the installing packages with yum doesn’t work altough internet connection works. So what I’m trying to say is that in my opinion this is a little too barebone image. Thanks anyway for putting it up.
@Pekka Lahtelainen
Thanks for your feedback.
In my tests I found a lag for GSSAPIAuthentication in sshd
You can fix it with set “no” the relative entry with this code:
sed -i 's/GSSAPIAuthentication\ yes/GSSAPIAuthentication\ no/g' /etc/ssh/sshd_configand restart sshd
service sshd restartOn yum installation, instead we have not problems.
Regards,
antonio
I can’t seem to log in to the minimal x64 at all. Is the password something other than what is listed?
@Patrick
In the base image there are only ‘root’ with the password ‘reverse’
I download again and test the image, I don’t encountered problems.
Bye,
Antonio