2 Feature: Logging in via SSH
4 When I connect to SSH servers on the Internet
5 all Internet traffic should flow only through Tor
8 Given I have started Tails from DVD and logged in and the network is connected
11 Scenario: Connecting to an SSH server on the Internet
12 Given I have the SSH key pair for an SSH server
13 When I connect to an SSH server on the Internet
14 Then I have sucessfully logged into the SSH server
17 Scenario: Connecting to an SSH server on the LAN
18 Given I have the SSH key pair for an SSH server
19 And an SSH server is running on the LAN
20 When I connect to an SSH server on the LAN
21 Then I am prompted to verify the SSH fingerprint for the SSH server
24 Scenario: Connecting to an SFTP server on the Internet using the GNOME "Connect to Server" feature
25 Given I have the SSH key pair for an SFTP server
26 When I connect to an SFTP server on the Internet
27 Then I successfully connect to the SFTP server