From 39366733c3fe943363566756e2e152c45a1b3cb2 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.2.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- slackbook/html/basic-network-commands-ssh.html | 100 ------------------------- 1 file changed, 100 deletions(-) delete mode 100644 slackbook/html/basic-network-commands-ssh.html (limited to 'slackbook/html/basic-network-commands-ssh.html') diff --git a/slackbook/html/basic-network-commands-ssh.html b/slackbook/html/basic-network-commands-ssh.html deleted file mode 100644 index f9912fe1e..000000000 --- a/slackbook/html/basic-network-commands-ssh.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - -The Secure shell - - - - - - - - - - - -
-

13.6 The Secure shell

- -

Today, secure shell basks in the adoration that telnet once -enjoyed. ssh(1) allows one to make a connection to a remote -machine and execute programs as if one were physically present; however, ssh encrypts all the data travelling between the two computers so -even if others intercept the conversation, they are unable to understand it. A typical -secure shell connection follows.

- - - - - -
-
-% ssh carrier.lizella.net -l alan
-The authenticity of host 'carrier.lizella.net (192.168.1.253)' can't be
-established.
-RSA key fingerprint is 0b:e2:5d:43:4c:39:4f:8c:b9:85:db:b2:fa:25:e9:9d.
-Are you sure you want to continue connecting (yes/no)? yes
-Warning: Permanently added 'carrier.lizella.net' (RSA) to the list of
-known hosts.
-Password: password
-Last login: Sat Nov  6 16:32:19 2004 from 192.168.1.102
-Linux 2.4.26-smp.
-alan@carrier:~$ ls -l MANIFEST 
--rw-r--r--  1 alan users 23545276 2004-10-28 20:04 MANIFEST
-alan@carrier:~$ exit
-logout
-Connection to carrier.lizella.net closed.
-
-
- -

There you see me making an ssh connection to carrier.lizella.net, and checking the permissions on the MANIFEST file.

-
- - - - - -- cgit v1.2.3