ssh.feature 1.0 KB

12345678910111213141516171819202122232425262728
  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
  6. Background:
  7. Given I have started Tails from DVD and logged in and the network is connected
  8. @check_tor_leaks
  9. Scenario: Connecting to an SSH server on the Internet
  10. Given I have the SSH key pair for an SSH server
  11. When I connect to an SSH server on the Internet
  12. Then I have sucessfully logged into the SSH server
  13. @check_tor_leaks
  14. Scenario: Connecting to an SSH server on the LAN
  15. Given I have the SSH key pair for an SSH server
  16. And an SSH server is running on the LAN
  17. When I connect to an SSH server on the LAN
  18. Then I am prompted to verify the SSH fingerprint for the SSH server
  19. @check_tor_leaks
  20. Scenario: Connecting to an SFTP server on the Internet using the GNOME "Connect to Server" feature
  21. Given I have the SSH key pair for an SFTP server
  22. When I connect to an SFTP server on the Internet
  23. Then I successfully connect to the SFTP server