/titanic_50/usr/src/pkg/manifests/ |
H A D | service-network-ssh-common.mf | 16 set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS).10 25 dir path=etc/ssh group=sys 34 file path=etc/ssh/ssh_config group=sys \ 35 original_name=network/ssh:etc/ssh/ssh_config preserve=true 36 file path=etc/ssh/sshd_config group=sys \ 37 original_name=service/network/ssh:etc/ssh/sshd_config preserve=true 38 file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444 40 license usr/src/cmd/ssh/THIRDPARTYLICENSE \ 41 license=usr/src/cmd/ssh/THIRDPARTYLICENSE
|
H A D | SUNWsshcu.mf | 29 depend fmri=pkg:/network/ssh/ssh-key@0.5.11,5.11-0.133 type=require
|
H A D | network-ssh-ssh-key.mf | 26 set name=pkg.fmri value=pkg:/network/ssh/ssh-key@$(PKGVERS).10
|
/titanic_50/usr/src/cmd/ssh/ssh-agent/ |
H A D | Makefile | 26 PROG= ssh-agent 29 ssh-agent.o 33 include ../Makefile.ssh-common 54 $(ROOTBIN)/ssh-agent: $(ROOTLIBSUNSSH)/ssh-agent 55 -$(RM) $@; $(SYMLINK) ../lib/sunssh/ssh-agent $@
|
/titanic_50/usr/src/cmd/ssh/ssh-keygen/ |
H A D | Makefile | 26 PROG= ssh-keygen 29 ssh-keygen.o 33 include ../Makefile.ssh-common 56 $(ROOTBIN)/ssh-keygen: $(ROOTLIBSUNSSH)/ssh-keygen 57 -$(RM) $@; $(SYMLINK) ../lib/sunssh/ssh-keygen $@
|
/titanic_50/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | Makefile | 26 PROG= ssh-keyscan 29 ssh-keyscan.o 33 include ../Makefile.ssh-common 54 $(ROOTBIN)/ssh-keyscan: $(ROOTLIBSUNSSH)/ssh-keyscan 55 -$(RM) $@; $(SYMLINK) ../lib/sunssh/ssh-keyscan $@
|
/titanic_50/usr/src/cmd/ssh/ssh-add/ |
H A D | Makefile | 26 PROG= ssh-add 29 ssh-add.o 33 include ../Makefile.ssh-common 54 $(ROOTBIN)/ssh-add: $(ROOTLIBSUNSSH)/ssh-add 55 -$(RM) $@; $(SYMLINK) ../lib/sunssh/ssh-add $@
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | Makefile | 26 PROG= ssh 28 OBJS = ssh.o \ 38 include ../Makefile.ssh-common 63 $(ROOTBIN)/ssh: $(ROOTLIBSUNSSH)/ssh 64 -$(RM) $@; $(SYMLINK) ../lib/sunssh/ssh $@
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 43 [ssh.1] 75 [ssh.c util.c] 119 [ssh.1] 172 ssh.c 175 ssh-keygen.1 ssh-keygen.c 176 -X now reads private ssh.com DSA keys, too. 182 interop with ssh-agent2, from <res@shore.net> 187 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h] 206 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h] 211 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c] [all …]
|
H A D | OVERVIEW | 1 This document is intended for those who wish to read the ssh source 8 The software consists of ssh (client), sshd (server), scp, sdist, and 9 the auxiliary programs ssh-keygen, ssh-agent, ssh-add, and 10 make-ssh-known-hosts. The main program for each of these is in a .c 20 throughout ssh. The basic buffer manipulation functions are in 56 - The ssh binary packet protocol is implemented in packet.c. The 93 The ssh client 95 - The client main program is in ssh.c. It first parses arguments 128 is in log-client.c. The definitions are in ssh.h. 159 ssh.h the main header file for ssh (various definitions)
|
H A D | INSTALL | 29 http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html 70 ./configure --prefix=/opt --sysconfdir=/etc/ssh 75 configuration files in /etc/ssh. 145 --with-pid-dir=PATH specifies the directory in which the ssh.pid file is 180 ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N "" 181 ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N "" 183 Replacing /etc/ssh with the correct path to the configuration directory. 191 for sshd, ssh and ssh-agent.
|
H A D | README.Ylonen | 3 covers the ssh-1.2.12 release from Dec 1995 only. ] 13 the protocol. There is a WWW page for ssh; see http://www.cs.hut.fi/ssh. 15 This file has been updated to match ssh-1.2.12. 250 ssh This is the client program used to log into another 256 ssh-keygen Used to create RSA keys (host keys and user 259 ssh-agent Authentication agent. This can be used to hold RSA 262 ssh-add Used to register new keys with the agent. 264 make-ssh-known-hosts 270 ssh host 274 ssh host command [all …]
|
H A D | COPYING.Ylonen | 1 This file is part of the ssh software, Copyright (c) 1995 Tatu Ylonen, Finland 10 called by a name other than "ssh" or "Secure Shell". 24 [ The make-ssh-known-hosts script is no longer included. ] 36 http://www.core-sdi.com/english/ssh/ for details.
|
/titanic_50/usr/src/cmd/ssh/ |
H A D | README.altprivsep | 34 the OpenSSH ssh server some years ago to minimize the extent of 38 implements a smaller protocol than the ssh protocols, and thus is, 41 The ssh team at Sun agrees with the basic OpenSSH privilege 95 Some of these parts of the ssh protocols are quite complex, some 96 quite straightforward. Altogether implementation of the ssh 111 feature in their ssh server to reduce the risk that a security bug 121 as analysis of the ssh protocols leads to conclude as follows. 127 For key exchange and server authentication (e) an ssh server requires: 129 - Access to the host's ssh private keys. 134 An ssh server requires practically all privileges for user [all …]
|
/titanic_50/usr/src/cmd/ssh/etc/ |
H A D | sshd | 12 SSHDIR=/etc/ssh 60 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \ 81 /usr/bin/ssh-keygen -A 106 /usr/bin/ssh-keygen -A 112 /usr/lib/ssh/sshd
|
H A D | ssh_config | 6 # This file provides defaults for ssh(1). 7 # The values can be changed in per-user configuration files $HOME/.ssh/config 8 # or on the command line of ssh(1). 13 # 3. system-wide file /etc/ssh/ssh_config
|
H A D | sshd_config | 12 # with existing ssh v1 clients/servers to transition. 15 # To enable support for v1 an RSA1 key must be created with ssh-keygen(1). 30 # Listen port (the IANA registered port number for ssh is 22) 80 HostKey /etc/ssh/ssh_host_rsa_key 81 HostKey /etc/ssh/ssh_host_dsa_key 92 # Ensure secure permissions on users .ssh directory. 135 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts. 137 # Solaris since /usr/bin/ssh is not installed setuid. 140 # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication.
|
H A D | Makefile | 25 MANIFEST = ssh.xml 30 ETCSSHDIR= $(ROOTETC)/ssh
|
/titanic_50/usr/src/cmd/ssh/libssh/ |
H A D | Makefile.com | 75 ssh-dss.o \ 76 ssh-gss.o \ 77 ssh-rsa.o \ 115 include ../../Makefile.ssh-common
|
/titanic_50/usr/src/cmd/ssh/ssh-http-proxy-connect/ |
H A D | Makefile | 26 PROG= ssh-http-proxy-connect 30 OBJS= ssh-http-proxy-connect.o 43 include ../Makefile.ssh-common
|
/titanic_50/usr/src/cmd/ssh/ssh-socks5-proxy-connect/ |
H A D | Makefile | 26 PROG= ssh-socks5-proxy-connect 30 OBJS= ssh-socks5-proxy-connect.o 43 include ../Makefile.ssh-common
|
/titanic_50/usr/src/cmd/ssh/ssh-keysign/ |
H A D | Makefile | 26 PROG= ssh-keysign 30 OBJS = ssh-keysign.o 34 include ../Makefile.ssh-common
|
/titanic_50/usr/src/tools/scripts/ |
H A D | hgsetup.sh | 163 onnv-gate=ssh://anon@hg.opensolaris.org//hg/onnv/onnv-gate 164 illumos-gate=ssh://anonhg@hg.illumos.org/illumos-gate
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | llib-lssh | 29 #include <ssh.h> 110 #include <ssh-dss.h> 113 #include <ssh-rsa.h>
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | mapfile-intf | 25 # sshd defines its own log(), as do various other ssh utilities, thus their 26 # symbols are reduced to locals via MAPFILE.NGB in Makefile-ssh.common. sshd
|