Manual test suite: use more precise data when comparing image size.
[tails.git] / features / ssh.feature
blob695f1b62cec8a83775a6c87d29a51d125034ec96
1 @product
2 Feature: Logging in via SSH
3   As a Tails user
4   When I connect to SSH servers on the Internet
5   all Internet traffic should flow only through Tor
7   Background:
8     Given I have started Tails from DVD and logged in and the network is connected
10   @check_tor_leaks
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
16   @check_tor_leaks
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
23   @check_tor_leaks
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