Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
uploading from a telneted machine
Name: theinsomniac Date: May 11, 2003 at 19:15:31 Pacific OS: win98se CPU/Ram: p400/256
Comment:
hi... i was wondering how can you (if even posible) can you upload files from a networked machine via telnet....
Name: 3Dave Date: May 12, 2003 at 02:18:58 Pacific
Reply:
Use SSH (Secure SHell) instead and you'll have access to SCP (Secure CoPy). Much more secure than telnet and easy to setup. If you require windoze client, PuTTy and WinSCP are both good and free.
Name: 3Dave Date: May 13, 2003 at 01:39:04 Pacific
Reply:
You probably already have it installed. Try: $ ssh 127.0.0.1
If you don't get a logon prompt, you may have to start the service. # /etc/init.d/sshd start The above may change depending on your flavour of linux, could be: # service sshd start
If it is working, you can then disable telnet, making your system much more secure.
i am adminstoring through a win98se box and i dont enjoy working in my basement, which is where it is located locally. are there any other options besides ssh that can be used via win98?
thanks sean
0
Response Number 5
Name: 3Dave Date: May 14, 2003 at 03:24:49 Pacific
Reply:
Yeah, get putty for windoze to connect.
An alternative would be VNC, it serves a graphical desktop on linux to which you can connect to with a windoze vnc client....again all for free!=o)
Summary: Hello All: Why can't I run the 'lpc' command from a telnet session? I get the error: 'bash: lpc: command not found' This happens even after I su in as root. Any help would be greatly appreciated. Rya...
Summary: you must get your networking squared away (installed and configured on your drake 8.0 machine) before you can hit it from a different machine. once that is done you shouldn't have any problems telnet...