Home
last modified time | relevance | path

Searched refs:ssh (Results 1 – 25 of 57) sorted by relevance

123

/titanic_41/usr/src/pkg/manifests/
H A Dnetwork-ssh.mf26 set name=pkg.fmri value=pkg:/network/ssh@$(PKGVERS)
34 dir path=etc/ssh group=sys
38 dir path=usr/lib/ssh
42 file path=etc/ssh/moduli group=sys
43 file path=etc/ssh/ssh_config group=sys \
44 original_name=SUNWssh:etc/ssh/ssh_config preserve=true
47 file path=usr/bin/ssh mode=0555
48 file path=usr/bin/ssh-add mode=0555
49 file path=usr/bin/ssh-agent mode=0555
50 file path=usr/lib/ssh/ssh-askpass mode=0555
[all …]
H A Dnetwork-ssh-ssh-key.mf26 set name=pkg.fmri value=pkg:/network/ssh/ssh-key@$(PKGVERS)
35 dir path=usr/lib/ssh
38 file path=usr/bin/ssh-keygen mode=0555
39 file path=usr/bin/ssh-keyscan mode=0555
40 file path=usr/lib/ssh/ssh-keysign mode=4555
41 file path=usr/share/man/man1/ssh-keygen.1
42 file path=usr/share/man/man1/ssh-keyscan.1
43 file path=usr/share/man/man1m/ssh-keysign.1m
46 license usr/src/cmd/ssh/THIRDPARTYLICENSE \
47 license=usr/src/cmd/ssh/THIRDPARTYLICENSE
H A Dservice-network-ssh.mf26 set name=pkg.fmri value=pkg:/service/network/ssh@$(PKGVERS)
33 dir path=etc/ssh group=sys
41 dir path=usr/lib/ssh
45 file path=etc/ssh/sshd_config group=sys \
46 original_name=SUNWsshd:etc/ssh/sshd_config preserve=true
47 file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444
49 file path=usr/lib/ssh/sftp-server mode=0555
50 file path=usr/lib/ssh/sshd mode=0555
58 license usr/src/cmd/ssh/THIRDPARTYLICENSE \
59 license=usr/src/cmd/ssh/THIRDPARTYLICENSE
H A DSUNWsshcu.mf29 depend fmri=pkg:/network/ssh/ssh-key@0.5.11,5.11-0.133 type=require
/titanic_41/usr/src/cmd/ssh/
H A DMakefile37 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 DREADME.altprivsep34 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_41/usr/src/cmd/ssh/doc/
H A DChangeLog43 [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 DOVERVIEW1 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 DINSTALL29 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 DREADME.Ylonen3 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 DCOPYING.Ylonen1 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_41/usr/src/cmd/ssh/etc/
H A DMakefile25 MANIFEST = ssh.xml
29 include ../Makefile.ssh-common
31 SSHASKPASS= $(ROOTLIBSSH)/ssh-askpass
32 ETCSSHDIR= $(ROOTETC)/ssh
H A Dssh_config6 # 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 Dsshd_config12 # 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 Dsshd10 SSHDIR=/etc/ssh
57 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \
101 /usr/lib/ssh/sshd
/titanic_41/usr/src/cmd/ssh/ssh-add/
H A DMakefile26 PROG= ssh-add
29 ssh-add.o
33 include ../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A DMakefile26 PROG= ssh-agent
29 ssh-agent.o
33 include ../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A DMakefile26 PROG= ssh-keygen
29 ssh-keygen.o
33 include ../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A DMakefile26 PROG= ssh-keyscan
29 ssh-keyscan.o
33 include ../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/libssh/
H A DMakefile.com75 ssh-dss.o \
76 ssh-gss.o \
77 ssh-rsa.o \
115 include ../../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/ssh-http-proxy-connect/
H A DMakefile28 PROG= ssh-http-proxy-connect
32 OBJS= ssh-http-proxy-connect.o
45 include ../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/ssh-keysign/
H A DMakefile26 PROG= ssh-keysign
31 OBJS = ssh-keysign.o
35 include ../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/ssh-socks5-proxy-connect/
H A DMakefile28 PROG= ssh-socks5-proxy-connect
32 OBJS= ssh-socks5-proxy-connect.o
45 include ../Makefile.ssh-common
/titanic_41/usr/src/cmd/ssh/ssh/
H A DMakefile26 PROG= ssh
28 OBJS = ssh.o \
38 include ../Makefile.ssh-common
/titanic_41/usr/src/man/man1/
H A DMakefile354 ssh.1 \
355 ssh-add.1 \
356 ssh-agent.1 \
357 ssh-http-proxy-connect.1 \
358 ssh-keygen.1 \
359 ssh-keyscan.1 \
360 ssh-socks5-proxy-connect.1 \

123