Configuring sshd server on UNIX box


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Configuring sshd server on UNIX box
# 1  
Old 06-23-2014
Configuring sshd server on UNIX box

I want to configure and run sshd server on my unix box. I already have that installed.

Code:
[root@gsidev-cloudvm gsidevas]# yum -y install openssh-server openssh-clients
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * base: centos.mirror.constant.com
 * epel: mirrors.liquidweb.com
 * extras: mirror.net.cen.ct.gov
 * rpmforge: apt.sw.be
 * updates: centos.mirror.constant.com
Setting up Install Process
Package openssh-server-5.3p1-94.el6.x86_64 already installed and latest version
Package openssh-clients-5.3p1-94.el6.x86_64 already installed and latest version
Nothing to do

But when I am trying to check whether its configured, installed and running with the following command it says the following.

Code:
[gsidevas@gsidev-cloudvm ~]$ which ssh
/usr/bin/ssh

[gsidevas@gsidev-cloudvm ~]$ which sshd
/usr/bin/which: no sshd in (/home/gsidevas/.rvm/gems/ruby-1.9.3-p448/bin:/home/gsidevas/.rvm/gems/ruby-1.9.3-p448@global/bin:/home/gsidevas/.rvm/rubies/ruby-1.9.3-p448/bin:/home/gsidevas/.rvm/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/home/gsidevas/.rvm/bin:/home/gsidevas/.rvm/bin:/usr/local/hadoop/bin)

How can I start, configure and run sshd on my machine? Please guide.
# 2  
Old 06-23-2014
Please use google to answer such an easy question:

https://www.centos.org/docs/5/html/D...er-config.html
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Configuring and checking Juke box in Solaris 10

I have been working on Windows and transitioning to Solaris 10 has been a steep learning curve. My questions are: 1. In windows you can see Robotic arm under Medium Changer and Tape drives under Tape Drives in Device Manager if they are installed. How do you check these (Changer and tape... (3 Replies)
Discussion started by: chinmayakar
3 Replies

2. Shell Programming and Scripting

ftp file starting with particular name on Windows box to Unix box using shell script

Hello all ! I'm trying to write a shell script (bash) to ftp a file starting with particular name like "Latest_" that is present on a Windows box to UNIX server. Basically I want to set this script in the cron so that daily the new build that is posted on the Windows box can be downloaded to the... (2 Replies)
Discussion started by: vijayb4u83
2 Replies

3. UNIX for Advanced & Expert Users

Interact to windows server from unix box

Hello - My requirement is like this... I have flat file which is sitting in windows server... My shell script is running in unix box. Shell script loads the flat file into oracle through sqlloader. So script needs to pickup the flat file from windows box. I need to refer windows location in... (8 Replies)
Discussion started by: govindts
8 Replies

4. UNIX for Advanced & Expert Users

Configuring Linux box with the smtp mail server

Hi all, I was trying to configure SMTP server with my linux box. I made changes to the /etc/mail/sendmail.cf whereby editing the line DAEMON_OPTIONS(`Port=<port number>,Addr=<mail server name>, Name=MTA')dnl after this ive created a new sendmail.cf file by using the command m4... (4 Replies)
Discussion started by: amit_kv1983
4 Replies

5. Shell Programming and Scripting

how to compare all files in one unix box has been to copied to another unix box

Hi our unix admin has copied all files from one unix box to new unix box. We just need to confirm that all the file systems are copied properly. How to validate. (9 Replies)
Discussion started by: sravanreddym
9 Replies

6. Solaris

running sshd server from home directory without root access

Hi, I managed to install openssh from source on my home directory on a server I don't have root access to. I had problems with privilege separation because of permissions initially so I disabled it in sshd_config. But when I run sshd from where I installed it by doing ~/local/sbin/sshd, nothing at... (0 Replies)
Discussion started by: sayeo
0 Replies

7. UNIX for Dummies Questions & Answers

SFTP file from unix box to a NT server

Hi, I've searched but I haven't found a clear answer on this. Is it possible to sftp a file from a unix box to an NT server (windows)? If it is possible how do I go about doing it? Any help would be much appreciated! Thank You! (5 Replies)
Discussion started by: queenie680
5 Replies

8. UNIX for Dummies Questions & Answers

Running UNIX commands remotely in Windows box from Unix box – avoid entering password

I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked. Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies

9. UNIX for Dummies Questions & Answers

Not able to install Oracle Workgroup Server on SCO Unix 5.0.2 box

After having to replace a video card and having a corrupt root directory, I had to wipe out and reinstall my SCO OpenServer Enterprise System 5.0.2. because nothing would work for the root password. I am now trying to reinstall the Oracel Workgroup Server SCO v7.1.5.2 and it tells me I need to... (1 Reply)
Discussion started by: sheilaj1
1 Replies

10. UNIX for Advanced & Expert Users

VPN client (windows Box),and Server (Unix Box)

If I want to access unix box via VPN tunnel,from windows box. What sould I configure on the windows client PC, and what should I enable on the Unix Server box ? I am using Solaris V10 intel platform, and I am using windows XP, and 2003 for client (0 Replies)
Discussion started by: zillah
0 Replies
Login or Register to Ask a Question