Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how do i do this?
Name: Balram Adlakha Date: July 23, 2003 at 09:28:58 Pacific OS: grr CPU/Ram: grr
Comment:
I'm using ssh to run the the programs located on the server on the client, But I always have to type the user password (server) so that I can log in... I don't need any security or RSA keys, so is it possible to just login to the sever with the same username as on the client and start doing things as it says in "man ssh". I'm not able to do that in my server's /etc/ssh/ssh_config. I just want to use protocol 1, where the client hostname is listed along with the username in /etc/ssh/shosts.equiv and there is no need for authentication. How can I achieve this? Can anyone help me?
Name: Jake Date: July 23, 2003 at 10:52:40 Pacific
Reply:
If you don't need security, use rsh. It'll be easier and faster than SSH.
0
Response Number 2
Name: Balram Adlakha Date: July 23, 2003 at 11:25:37 Pacific
Reply:
but can I use X apps with rsh like I do with ssh -X ?
0
Response Number 3
Name: 3Dave Date: July 24, 2003 at 03:00:30 Pacific
Reply:
First you have to run ssh-keygen (eg ssh-keygen -t dsa -b 4096). This creates a couple of key files under ~/.ssh/ called something like identity and identity.pub. You now want to copy the public key (identity.pub) to ~/.ssh/authorized_keys on the PC you want to connect to. If the file does not already exist just create it (scp ~/.ssh/identity.pub hostname:~/.ssh/autorized_keys), otherwise add your key to the file....the format is one key per line.
You might want to repeat the process the other way too (ie so you can ssh from either pc without a password)
Summary: Hi. I have a computer I built. I have windows xp home. I want to learn how to use linux. Someone said I could dual boot the machine. Is it possible? If so how can I do it. Thanks Danio7 ...
Summary: I've just installed from a CD a game with "tar xvfz" but when I type "ls" I can't see any green file. How can i install that game? I think is difficult to install any software. Many time I type"config...