Sponsored Content
Special Forums Cybersecurity What's the difference between an SSH Client and an SSH Server? Post 53563 by norsk hedensk on Monday 19th of July 2004 03:24:58 PM
Old 07-19-2004
your question applies not only to SSH, but to every service built on the client/server model...ie almost all of them.

the server runs the service, the client connects to it.

your gonna have to search here, and on google for more info.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SSH client

How can I use ssh client with proxy support? If possible: with proxy chain support. :) (2 Replies)
Discussion started by: zylwyz
2 Replies

2. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies

3. UNIX for Advanced & Expert Users

difference between logging into unix through f-secure ssh client and telnet

hi, what is the difference between logging into unix through f-secure ssh client and telnet is there any more security check is involved can any one explain thanks in advance (1 Reply)
Discussion started by: trichyselva
1 Replies

4. UNIX for Dummies Questions & Answers

Is it possible for a server to be both a remote and client SSH host?

Hi, Not sure if this is possible, I have a server (SERVER1) that is currently set up as a remote SSH host. My client SSH host (SERVER2) is connecting to SERVER1 to scp a file with no password. I now have a need to set up a third server (SERVER3) as a remote SSH host and I need SERVER1 as a... (4 Replies)
Discussion started by: tatchel
4 Replies

5. Shell Programming and Scripting

Using ssh to add register key on ssh server

Hi, I want to use ssh to add a register key on remote ssh server. Since there are space characters in my register key string, it always failed. If there is no space characters in the string, it worked fine. The following is what I have tried. It seems that "ssh" command doesn't care about double... (9 Replies)
Discussion started by: leaftree
9 Replies

6. Solaris

SSH Client

Hi Gurus, I need an SSH client to connect to a Solaris server from windows and run a few scripts. I am able to put/pull files using "psftp" using below command: psftp -l <username> -pw <password> <hostname> -b <batchfile> However i am unable to find an equivalent for ssh. I tried... (3 Replies)
Discussion started by: Hari_Ganesh
3 Replies

7. Linux

What SSH Client do you Use?

Most of you probably use PuTTy, but I was wondering if there were any other good alternatives. So, what SSH client do you use? (2 Replies)
Discussion started by: erich76
2 Replies

8. IP Networking

Unable to SSH from Windows client to Ubuntu Server

I'm trying to setup a small home network environment as a pet project. These are physical machines nothing virtual. Any help or ideas is greatly appreciated. I can ping between both machines and I have Samba established and can read/write different shares. When I try to SSH from Windows 8.1... (10 Replies)
Discussion started by: lombardi4851
10 Replies

9. UNIX and Linux Applications

What is the difference between /etc/ssh/ and ~/.ssh?

Hi, I know the “/etc/ssh” directory is for the ssh daemon and the “~/.ssh” directory is for a particular user. Both directories contain private and public keys: (see the attachment) but what is the difference between those keys in both directories? I'm confused because the ones i use as a... (5 Replies)
Discussion started by: kavish11
5 Replies
nnslog(3tcl)															      nnslog(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
nnslog - Name service facility, Commandline Logging Client Application SYNOPSIS
nnslog ?-host host? ?-port port? _________________________________________________________________ DESCRIPTION
Please read Name service facility, introduction first. The application described by this document, nnslog, is a simple command line client for the nano name service facility provided by the Tcllib packages nameserv, and nameserv::server. It essentially implements "nns search -continuous *", but uses a different output formatting. Instead of continuously showing the current contents of the server in the terminal it simply logs all received add/remove events to stdout. This name service facility has nothing to do with the Internet's Domain Name System, otherwise known as DNS. If the reader is looking for a package dealing with that please see either of the packages dns and resolv, both found in Tcllib too. USE CASES nnslog was written with the following main use case in mind. [1] Monitoring the name service for all changes and logging them in a text terminal. COMMAND LINE nnslog ?-host host? ?-port port? The command connects to the specified name service, sets up a search for all changes and then prints all received events to stdout, with each events on its own line. The command will not exit until it is explicitly terminated by the user. It will especially sur- vive the loss of the connection to the name service and reestablish the search and log when the connection is restored. The options to specify the name service will be explained later, in section OPTIONS. OPTIONS This section describes all the options available to the user of the application -host name|ipaddress If this option is not specified it defaults to localhost. It specifies the name or ip-address of the host the name service to talk to is running on. -port number If this option is not specified it defaults to 38573. It specifies the TCP port the name service to talk to is listening on for requests. BUGS, IDEAS, FEEDBACK This document, and the application it describes, will undoubtedly contain bugs and other problems. Please report such in the category nameserv of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either application and/or documentation. SEE ALSO
nameserv(3tcl), nameserv::common(3tcl) KEYWORDS
application, client, name service CATEGORY
Networking COPYRIGHT
Copyright (c) 2008 Andreas Kupries <andreas_kupries@users.sourceforge.net> Name service facility 1.0 nnslog(3tcl)
All times are GMT -4. The time now is 04:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy