I try to connect to my server from internet and get always:
debug2: ssh_connect: needpriv 0
debug1: connect to address XX.XX.XX.69 port 22: Connection refused
ssh: connect to host XX.XX.XX.69 port 22: Connection refused
But from local area network with 192.168.... all works fine. Why this difference?
Note I tested with telnet XX.XX.XX.69 port 22 is open
I get this error when ever I try to connect my desktop with another desktop using SSH, but I'm able to ping the other desktop successfully.
ssh: connect to host 192.168.1.7 port 22: Connection refused
I can connect to remote server using SSH but I'm not able to connect within the local network.
Please help me in this regards,
Thanks in advance.
I get this error when ever I try to connect my desktop with another desktop using SSH, but I'm able to ping the other desktop successfully.
ssh: connect to host 192.168.1.7 port 22: Connection refused
When I try to restart sshd, it says sshd : unrecognized service
I can connect to remote server using SSH but I'm not able to connect within the local network.
Please help me in this regards,
Tha
I'm trying to run MPI programs on 8 machines, but I get the error
connect to address 127.0.0.1 port 544: Connection refused
Trying krb4 rsh...
connect to address 127.0.0.1 port 544: Connection refused
trying normal rsh (/usr/bin/rsh)
lagrid02: Connection refused
When I run it with a machinefile option, I get the error lagrid03: No route to host where lagrid03 is the neighbouring node connected
Dear friends,
I can use rcp commands by
/usr/bin/rcp test.txt linux181:/test/test.txt
But when i use,
"rcp test.txt linux181:/test/test.txt"
It show the following error,
connect to address 173.148.4.54 port 544: Connection refused
Trying krb4 rcp...
connect to address 173.148.4.54 port 544: Connection refused
trying normal rcp (/usr/bin/rcp)
Permission denied.
(or)
connect t
I got an error, I didn't understand why this happens.
I am new to linux and I am trying to establish a SSH connection with my friend's PC in the same LAN, but I am getting "ssh: connect to host 192.168.71.70 port 22: Connection refused". Both ways are getting connection refused. Can anyone please help me resolve this problem.
I want to make a port forward from my public server to my home pc, to connect through ssh.
What have I done wrong?
From home pc I run command:
ssh -R 8022:127.0.0.1:22 remote.host
Now when I try to connect with:
ssh remote.host -p 8022
I get error "Connection refused"
But when I connect to remote.host through ssh, and try to run:
ssh localhost -p 8022
It connects to my home PC.
How I c
Hello All,
I am trying to gather output of df -k from remote server to local server using below line:
Code:
rsh <host> df -k >/tmp/space_remote_host.txt
Why above throws following error message:(I've deleted the IP address in below chunk)
Code:
connect to address ..: Connection refused
Trying krb4 rsh...
connect to address ....: Connection refused
trying normal rsh (/us