Today I made the switch from Ubuntu 12.04 to Fedora 17. I am attempting to ssh from a MacBook Pro to the Fedora machine (Compaq nc6320). However, I am getting a
Code:
ssh: connect to host port 22: connection refused
error.
Both machines running XUbuntu 9.10 and OpenSSH_5.1p1 Debian-6ubuntu2, OpenSSL 0.9.8g 19 Oct 2007
I'm trying to run a reverse SSH tunnel. I'm using the following command line:
Code:
ssh -f -N -R 4411:localhost:22 geoff(AT)sshserver(DOT)dnsalias(DOT)com
On the sshserver, I get the following error:
I am running Debian squeeze in a virtual machine (VirtualBox).
host: ubuntu
guest: distribution based on gentoo embedded
the problem is that after setting up a connection between the host and the guest (via tap interface) I have problems using ssh.
Hi there
I was wondering, is there anyway I can change the appearance of sshd logs output in /var/log/sshderr.log and /var/log/sshd.log.
Hi,
I have been trying to upgrade my SSH to be PCI compliant and i have locked myself out:
I followed this : http://forums.cpanel.net/f5/whats-ta...er-170818.html
Code:
#!/bin/bash
#Configuration:
temp_working_directory=/usr/local/src
openssh_source_link=http://filedump.se.rit.edu/pub/OpenBSD/OpenSSH/portable/openssh-5.6p1.tar.gz
install_prefix=/usr
#Saving old sshd init scr
Hello. I've been trying to set up an ethernet connection between my Linux laptop and my wife's Mac laptop for the purpose of ssh-ing and scp-ing. (She wants me to transfer 50 G worth of files to her computer.) I've googled around for the last few hours, but I keep finding how-to's like this one, and I need more help than that.
Here's what I've done so far.
I have virtualbox running on a Windows 2008 server, with a guest running ubuntu 10.04. The ubuntu guest is given a static IP of 192.168.1.4, which also has openssh installed. The guest has bridged network setup, I can ping 192.168.1.4 from any machine in the LAN, the ubuntu guest can also access the LAN. However, when I try to PuTTY into the ubuntu machine, I always get "connection refused".
I've tried service sshd restart, I've added sshd:all:allow to my /etc/allow.hosts and the remote user tried rm ~/.ssh/known_hosts. I also checked the logs: cat /var/logs/secure | grep ssh and it says Accepted password for $user from ...
This is the first time this particular user has tried connecting but other users have successfully connected to my machine for several days.