Sponsored Content
Operating Systems Solaris Re:Enabling ftp,ssh in solaries 8 Post 302329170 by venky_vemuri on Friday 26th of June 2009 06:03:45 AM
Old 06-26-2009
Error Re:Enabling ftp,ssh in solaries 8

Hi all ,
can any one tell me how to enable ftp/ssh services in solarie 8 machine.
if this services cannot be enabled on solarie 8 machine can you kindly suggest any other alternative.



Thanks
venky
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP from Solaries to somewhere in Network Drive

Hello to Unix Guru I need to move a ASCII file that is created from oracle into Unix box. I need to move this particular file to somewhere on network drive which is physically hosted on different machine. Can any one suggest what would be best approach to move the file? Any shell script... (1 Reply)
Discussion started by: u263066
1 Replies

2. UNIX for Dummies Questions & Answers

Enabling backspace usage in Putty SSH connection ?

I have started a new job for 2 weeks not. I am distributing software packages through Tivoli and connecting to the servers using Putty in X11 and SSH. But on the command line, the backspace is disabled. I know its a command I have to enter in my .profile but I don't remember. There is a Ctrl+H... (2 Replies)
Discussion started by: Browser_ice
2 Replies

3. UNIX for Dummies Questions & Answers

SSH and FTP connect slow

Hi again guys, Earlier today, just all of a sudden, all SSH and FTP connections to my internal Linux box just slowed down to a crawl. After the connection/authentication though, everything was back to normal speed. Until you have to connect again. A box reboot didnt work either. Now, from... (1 Reply)
Discussion started by: Aeros
1 Replies

4. Solaris

upgrading from solaries 9 to 10

Hi, I am running soalries 9 on sparc machine and would like to upgrade it to solaries 10, I have downloaded and burned the ISO file on the CD. How do I upgrade it now? Is there any guide or anything available? Thanks in advance. (1 Reply)
Discussion started by: mokkan
1 Replies

5. Solaris

solaries on intel ?

Hi, Can we install solaries in regular intel pc? Or we should use sun machine? Please let me know. (3 Replies)
Discussion started by: mokkan
3 Replies

6. Shell Programming and Scripting

how can make if [ $f1 -nt $f2 ] works in solaries

i have like this touch /tmp/s1 touch /tmp/s2 f1=/tmp/s1 f2=/tmp/s2 if then echo "f1 is the new file " fi if i run this i am getting % slp.sh slp.sh: test: unknown operator -nt (2 Replies)
Discussion started by: mail2sant
2 Replies

7. IP Networking

ftp and ssh weirdness

i've just setup my desktop (ubuntu 8.04) to run vsftpd and sshd. i have two laptops, both running linux. on one laptop i can connect to the desktop via ftp and ssh and everything works fine. so i don't think there's a problem with the server. on the other laptop i can't connect to the desktop... (3 Replies)
Discussion started by: darkmatter14B
3 Replies

8. Solaris

C++ Core dump in Solaries

Hello All, I need to basically capture any core dump of C++ binary which is running in a perl script on SUN Solaris OS. I dont kno much in C++. Can you please suggest me a C++ binary that core dumps when i run which i can use to capture in my Perl script. Thanks, Sateesh (3 Replies)
Discussion started by: kotasateesh
3 Replies

9. Shell Programming and Scripting

SSH FTP Issue

Hi, I have a ftp script which is supposed to ftp to different servers in the same environment and get request logs from a path. But when I run the script I get the following errors, 1142INPUT_WBS/1142INPUT_WBS ftp: 1142INPUT_WBS.sbc.com: unknown host Not. Not connected. local:... (1 Reply)
Discussion started by: crosairs
1 Replies

10. UNIX for Advanced & Expert Users

FTP to another server using SSH

Hi, One of our server running on ssh.So when we are logging using putty,we used to select ssh option and provide the auth key.But if I am ftping some files to this ssh server from another linux server,how I can do that? (1 Reply)
Discussion started by: sureshbabuc
1 Replies
ssh-keysign(1M) 														   ssh-keysign(1M)

NAME
ssh-keysign - ssh helper program for host-based authentication SYNOPSIS
ssh-keysign ssh-keysign is used by ssh(1) to access the local host keys and generate the digital signature required during host-based authentication with SSH protocol version 2. This signature is of data that includes, among other items, the name of the client host and the name of the client user. ssh-keysign is disabled by default and can be enabled only in the global client configuration file /etc/ssh/ssh_config by setting Host- basedAuthentication to yes. ssh-keysign is not intended to be invoked by the user, but from ssh. See ssh(1) and sshd(1M) for more information about host-based authen- tication. /etc/ssh/ssh_config Controls whether ssh-keysign is enabled. /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_rsa_key These files contain the private parts of the host keys used to generate the digital signature. They should be owned by root, readable only by root, and not accessible to others. Because they are readable only by root, ssh-keysign must be set-uid root if host-based authentication is used. ssh-keysign will not sign host-based authentication data under the following conditions: o If the HostbasedAuthentication client configuration parameter is not set to yes in /etc/ssh/ssh_config. This setting cannot be overri- den in users' ~/.ssh/ssh_config files. o If the client hostname and username in /etc/ssh/ssh_config do not match the canonical hostname of the client where ssh-keysign is invoked and the name of the user invoking ssh-keysign. In spite of ssh-keysign's restrictions on the contents of the host-based authentication data, there remains the ability of users to use it as an avenue for obtaining the client's private host keys. For this reason host-based authentication is turned off by default. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsshu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ ssh(1), sshd(1M), ssh_config(4), attributes(5) AUTHORS
Markus Friedl, markus@openbsd.org HISTORY
ssh-keysign first appeared in Ox 3.2. 9 Jun 2004 ssh-keysign(1M)
All times are GMT -4. The time now is 03:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy