Results 1 to 4 of 4
i used:
scp root@00-1a-82-15-51-aa:/home/file root@server03:/home/file
Then it promt Password: And i input the correct password and it says ssh_ server03: Name or service not known
Lost connection
Edit : If ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-28-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
SCP, cant send file
i used:
scp root@00-1a-82-15-51-aa:/home/file root@server03:/home/file
Then it promt Password: And i input the correct password and it says ssh_ server03: Name or service not known
Lost connection
Edit : If i try #ssh 192.168.1.4 (ip of server03) it says port 22: Connection refused
Computer1 hostname : 00-1a-82-15-51-aa (mac adress, stupid hostname :P)
Computer2 hostname : server03
Any idea what the error might be?
- 02-28-2007 #2
sshd is not started or firewalled on server03
- 02-28-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
how do i start it?
- 03-02-2007 #4
I don't use debian which is what I think you are running, but it would be something like
This will show you if it is running. If it is not try to replace status with start.Code:/etc/rc.d/init.d/sshd status


Reply With Quote
