| /onnv-gate/usr/src/pkg/manifests/ |
| H A D | network-ssh.mf | 26 set name=pkg.fmri value=pkg:/network/ssh@$(PKGVERS) 34 dir path=etc/ssh group=sys 38 dir path=usr/lib/ssh 39 file path=etc/ssh/moduli group=sys 40 file path=etc/ssh/ssh_config group=sys \ 41 original_name=SUNWssh:etc/ssh/ssh_config preserve=true 44 file path=usr/bin/ssh mode=0555 45 file path=usr/bin/ssh-add mode=0555 46 file path=usr/bin/ssh-agent mode=0555 47 file path=usr/lib/ssh/ssh-askpass mode=0555 [all …]
|
| H A D | network-ssh-ssh-key.mf | 26 set name=pkg.fmri value=pkg:/network/ssh/ssh-key@$(PKGVERS) 35 dir path=usr/lib/ssh 36 file path=usr/bin/ssh-keygen mode=0555 37 file path=usr/bin/ssh-keyscan mode=0555 38 file path=usr/lib/ssh/ssh-keysign mode=4555 41 license usr/src/cmd/ssh/THIRDPARTYLICENSE \ 42 license=usr/src/cmd/ssh/THIRDPARTYLICENSE
|
| H A D | service-network-ssh.mf | 26 set name=pkg.fmri value=pkg:/service/network/ssh@$(PKGVERS) 33 dir path=etc/ssh group=sys 41 dir path=usr/lib/ssh 42 file path=etc/ssh/sshd_config group=sys \ 43 original_name=SUNWsshd:etc/ssh/sshd_config preserve=true 44 file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444 46 file path=usr/lib/ssh/sftp-server mode=0555 47 file path=usr/lib/ssh/sshd mode=0555 52 license usr/src/cmd/ssh/THIRDPARTYLICENSE \ 53 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
|
| /onnv-gate/usr/src/cmd/ssh/ |
| H A D | Makefile | 37 ssh \ 40 ssh-add \ 41 ssh-agent \ 42 ssh-keygen \ 43 ssh-keysign \ 44 ssh-keyscan \ 46 ssh-http-proxy-connect \ 47 ssh-socks5-proxy-connect 49 MSGFILE=ssh.po
|
| 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 …]
|
| /onnv-gate/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.
|
| /onnv-gate/usr/src/cmd/ssh/etc/ |
| H A D | Makefile | 25 MANIFEST = ssh.xml 29 include ../Makefile.ssh-common 31 SSHASKPASS= $(ROOTLIBSSH)/ssh-askpass 32 ETCSSHDIR= $(ROOTETC)/ssh
|
| 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 | sshd | 10 SSHDIR=/etc/ssh 57 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \ 101 /usr/lib/ssh/sshd
|
| /onnv-gate/usr/src/tools/scripts/ |
| H A D | hgsetup.sh | 180 onnv-gate=ssh://onnv.sfbay.sun.com//export/onnv-gate 181 onnv-clone=ssh://onnv.sfbay.sun.com//export/onnv-clone 182 onnv-closed=ssh://onnv.sfbay.sun.com//export/onnv-gate/usr/closed 183 onnv-closed-clone=ssh://onnv.sfbay.sun.com//export/onnv-clone/usr/closed 188 onnv-gate=ssh://anon@hg.opensolaris.org//hg/onnv/onnv-gate
|
| /onnv-gate/usr/src/cmd/ssh/ssh-keygen/ |
| H A D | Makefile | 26 PROG= ssh-keygen 29 ssh-keygen.o 33 include ../Makefile.ssh-common
|
| /onnv-gate/usr/src/cmd/ssh/ssh-add/ |
| H A D | Makefile | 26 PROG= ssh-add 29 ssh-add.o 33 include ../Makefile.ssh-common
|
| /onnv-gate/usr/src/cmd/ssh/ssh-agent/ |
| H A D | Makefile | 26 PROG= ssh-agent 29 ssh-agent.o 33 include ../Makefile.ssh-common
|
| /onnv-gate/usr/src/cmd/ssh/ssh-keyscan/ |
| H A D | Makefile | 26 PROG= ssh-keyscan 29 ssh-keyscan.o 33 include ../Makefile.ssh-common
|
| /onnv-gate/usr/src/cmd/ssh/ssh-keysign/ |
| H A D | Makefile | 26 PROG= ssh-keysign 31 OBJS = ssh-keysign.o 35 include ../Makefile.ssh-common
|
| /onnv-gate/usr/src/cmd/ssh/ssh-socks5-proxy-connect/ |
| H A D | Makefile | 28 PROG= ssh-socks5-proxy-connect 32 OBJS= ssh-socks5-proxy-connect.o 45 include ../Makefile.ssh-common
|
| /onnv-gate/usr/src/cmd/ssh/ssh-http-proxy-connect/ |
| H A D | Makefile | 28 PROG= ssh-http-proxy-connect 32 OBJS= ssh-http-proxy-connect.o 45 include ../Makefile.ssh-common
|
| /onnv-gate/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
|
| /onnv-gate/usr/src/cmd/ssh/ssh/ |
| H A D | Makefile | 26 PROG= ssh 28 OBJS = ssh.o \ 38 include ../Makefile.ssh-common
|